新外贸机器人插件

新外贸机器人插件

当前版本:2021-08-30

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "新外贸机器人插件",
  "version": "2.7.6",
  "manifest_version": 2,
  "description": "当前版本:2021-08-30",
  "author": "weilence <[email protected]>",
  "icons": {
    "16": "icons/main.png",
    "128": "icons/main.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.yxbf.net/*",
        "*://*.homexhk.com/*",
        "*://*.snsbot.net/*",
        "*://*.test.net/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.1688.com/*",
        "*://*.aliexpress.com/*"
      ],
      "js": [
        "scripts/import.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.yxbf.net/*",
      "*://*.homexhk.com/*",
      "*://*.snsbot.net/*",
      "*://*.test.net/*"
    ]
  },
  "permissions": [
    "<all_urls>",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/main.png",
      "38": "icons/main.png"
    },
    "default_title": "新外贸机器人插件",
    "default_popup": "ui/index.html#popup"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": []
}