采集插件

采集插件

鸿光科技ERP,采集产品插件。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "采集插件",
  "description": "鸿光科技ERP,采集产品插件。",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "version": "3.0",
  "permissions": [
    "webNavigation",
    "storage",
    "tabs",
    "contextMenus",
    "http://*/",
    "cookies"
  ],
  "icons": {
    "16": "static/img/icon.png",
    "48": "static/img/icon.png",
    "128": "static/img/icon.png"
  },
  "browser_action": {
    "dafault_title": "采集插件",
    "default_icon": "static/img/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://detail.1688.com/*",
        "https://www.aliexpress.com/*",
        "https://www.lightinthebox.com/*"
      ],
      "css": [
        "css/common.css",
        "css/element.css"
      ],
      "js": [
        "js/common.js",
        "plugins/jquery-3.6.0.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "plugins/jquery-3.6.0.js",
      "js/api.js",
      "js/util.js",
      "js/background.js",
      "js/vue.min.js",
      "js/element.js",
      "js/CryptoJS.min.js",
      "js/modgood.js"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}