Examine source code of 采集大盗

Inspect and view changes in 采集大盗 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "采集大盗",
  "manifest_version": 3,
  "version": "1.6.7",
  "description": "采集1688、亚马逊等大型电商平台产品数据",
  "icons": {
    "48": "/icons/logo-48.png",
    "96": "/icons/logo-96.png",
    "128": "/icons/logo-128.png",
    "512": "/icons/logo-512.png"
  },
  "action": {
    "default_icon": "/icons/logo-128.png",
    "default_title": "采集大盗"
  },
  "author": "zouxuexiang@163.com",
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.co.uk/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.it/*",
        "*://*.amazon.es/*",
        "*://*.amazon.de/*",
        "*://*.amazon.pl/*",
        "*://*.amazon.nl/*",
        "*://*.amazon.se/*",
        "*://*.amazon.sg/*",
        "*://*.amazon.com.tr/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.in/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.com.au/*",
        "*://*.amazon.com/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.com.mx/*",
        "*://detail.1688.com/*",
        "*://sellercentral-japan.amazon.com/*",
        "*://sellercentral-europe.amazon.com/*"
      ],
      "js": [
        "jqueryZxx.js",
        "commonZxx.js",
        "collectorZxx.js"
      ],
      "css": [
        "commonZxx.css"
      ]
    }
  ],
  "host_permissions": [
    "*://erp.dingmaitang.com/*"
  ],
  "background": {
    "service_worker": "backgroundZxx.js"
  },
  "permissions": [
    "tabs"
  ]
}