AirShip助手

AirShip助手

Shopee跨境电商AirShip,支持多平台采集。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "19": "images/icon19.png"
    },
    "default_popup": "popup.html",
    "default_title": "AirShip助手"
  },
  "content_scripts": [
    {
      "css": [
        "css/airship.css",
        "css/airshipcrawl.css"
      ],
      "exclude_matches": [],
      "all_frames": true,
      "js": [
        "js/jquery.js",
        "js/shopee.js",
        "js/airship_modal.js",
        "js/airship_common.js",
        "js/content.js",
        "js/mux-mp4.js",
        "js/aes-decryptor.js"
      ],
      "matches": [
        "http://127.0.0.1:8000/*",
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "*://erp.arkshop.com.cn/*",
        "https://shopee.com.my/*",
        "https://shopee.com.mx/*",
        "https://shopee.sg/*",
        "https://*.1688.com/*",
        "https://shopee.tw/*",
        "https://shopee.co.th/*",
        "https://shopee.co.id/*",
        "https://shopee.vn/*",
        "https://*.xiapibuy.com/*",
        "*://shopee.ph/*",
        "https://shopee.co.id/*",
        "*://*.yangkeduo.com/*",
        "*://*.bao66.cn/*",
        "*://*.shopee.com.co/*",
        "*://*.shopee.cl/*",
        "*://*.shopee.es/*",
        "*://*.shopee.fr/*",
        "*://*.shopee.pl/*",
        "*://*.shopee.in/*",
        "*://shopee.com.co/*",
        "*://shopee.cl/*",
        "*://www.dapengjiaoyu.cn/*",
        "*://*.shopee.cn/*",
        "*://shopee.com.br/*"
      ]
    }
  ],
  "description": "Shopee跨境电商AirShip,支持多平台采集。",
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://erp.arkshop.com.cn/*",
      "http://127.0.0.1:8000/*",
      "https://shopee.com.my/*",
      "https://shopee.tw/*",
      "https://shopee.ph/*",
      "https://shopee.com.mx/*",
      "https://shopee.co.th/*",
      "https://shopee.sg/*",
      "https://*.xiapibuy.com/*",
      "https://shopee.co.id/*",
      "https://shopee.vn/*",
      "*://*.yangkeduo.com/*",
      "*://yangkeduo.com/*",
      "*://*.shopee.com.co/*",
      "*://*.shopee.cl/*",
      "*://www.dapengjiaoyu.cn/*",
      "*://shopee.com.br/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self';  object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/jquery.js",
        "js/pdddata.js",
        "js/tbdata.js",
        "js/shopee_detail.js",
        "manifest.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "AirShip助手",
  "permissions": [
    "contextMenus",
    "storage",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "*://erp.arkshop.com.cn/*",
    "https://desc.alicdn.com/",
    "http://dsc.taobaocdn.com/",
    "*://*.taobao.com/",
    "*://*.tmall.com/",
    "http://127.0.0.1:8000/*",
    "*://*.1688.com/*",
    "https://shopee.com.my/*",
    "https://shopee.tw/*",
    "https://shopee.sg/*",
    "https://shopee.co.th/*",
    "https://shopee.co.id/*",
    "https://*.xiapibuy.com/*",
    "*://shopee.ph/*",
    "*://*.yangkeduo.com/*",
    "*://yangkeduo.com/*",
    "*://*.dny001.com/*",
    "https://shopee.com.mx/*",
    "*://*.shopee.com.co/*",
    "*://*.shopee.cl/*",
    "*://*.shopee.es/*",
    "*://*.shopee.fr/*",
    "*://*.shopee.pl/*",
    "*://*.shopee.in/*",
    "*://shopee.com.co/*",
    "*://shopee.cl/*",
    "*://*.shopee.com.br/*",
    "*://*.shopee.cn/*"
  ],
  "short_name": "collect",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2.6"
}