超强AliExpress速卖通类目查询

超强AliExpress速卖通类目查询

超强AliExpress速卖通类目查询

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "超强AliExpress速卖通类目查询",
  "short_name": "AliExpressCategorieDisplay",
  "description": "超强AliExpress速卖通类目查询",
  "version": "0.18",
  "author": "梁栩谦",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_title": "超强AliExpress速卖通类目查询",
    "default_icon": "img/icon48.png",
    "default_popup": "popup.htm"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.aliexpress.com/item/*",
        "http://*.aliexpress.com/item/*"
      ],
      "css": [],
      "js": [
        "asset/lib/jquery.min.js",
        "content.js"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/qr.jpg",
        "img/wechat.jpg",
        "img/gzh.jpg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.aliexpress.com/item/*"
    ]
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "webRequest",
    "cookies",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://*.aliexpress.com/item/*",
    "http://*.aliexpress.com/item/*",
    "http://*.aliexpress.ru/item/*",
    "https://gsp-gw.aliexpress.com/*",
    "http://gsp-gw.aliexpress.com/*",
    "https://exad.rangtaobaofei.com/*",
    "https://seller-acs.aliexpress.com/*"
  ]
}