NewAsin选品

NewAsin选品

NewAsin选品

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NewAsin选品",
  "version": "1.0.0",
  "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'"
}