Examine source code of NewAsin选品

Inspect and view changes in NewAsin选品 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "NewAsin选品",
  "version": "0.0.3",
  "description": "NewAsin选品",
  "icons": {
    "128": "images/xpcj_logo.png"
  },
  "browser_action": {
    "default_icon": "images/xpcj_logo.png",
    "default_title": "NewAsin选品",
    "default_popup": "popup.html"
  },
  "author": "myipp",
  "background": {
    "scripts": [
      "js/axios.min.js",
      "js/jquery.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*"
      ],
      "js": [
        "js/axios.min.js",
        "js/jquery.js",
        "js/boot.js"
      ],
      "css": [
        "styles/elementui.css"
      ]
    }
  ],
  "permissions": [
    "declarativeContent",
    "https://www.amazon.com/*"
  ],
  "web_accessible_resources": [
    "js/inject.js",
    "js/vue.min.js",
    "js/axios.min.js",
    "js/jquery.js",
    "js/eleui.js",
    "js/echarts.min.js",
    "js/clipboard.min.js",
    "js/xlsx.core.min.js",
    "styles/elementui.css",
    "styles/fonts/element-icons.woff",
    "styles/fonts/element-icons.ttf"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}