Antcoor Assistant

Antcoor Assistant

蚁户助手 - 亚马逊高效选品插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Antcoor Assistant",
  "version": "5.2.19",
  "description": "蚁户助手 - 亚马逊高效选品插件",
  "author": "rainy",
  "homepage_url": "https://www.antcoor.net",
  "default_locale": "en",
  "icons": {
    "16": "static/icons/antcoor.png",
    "48": "static/icons/antcoor.png",
    "128": "static/icons/antcoor.png"
  },
  "action": {
    "default_icon": "static/icons/antcoor.png",
    "default_title": "蚁户助手",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/js/content-script.bundle.js"
      ],
      "css": [
        "static/css/font-awesome.min.css",
        "static/css/iconfont.css",
        "static/css/custom.css",
        "static/css/jcrop.css"
      ],
      "images": [
        "static/images/loading.gif"
      ],
      "match_about_blank": true,
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "static/js/background.bundle.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "cookies",
    "downloads",
    "tabs",
    "contextMenus",
    "activeTab",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "storage"
  ],
  "host_permissions": [
    "https://sellercentral.amazon.com/*",
    "https://na.account.amazon.com/*",
    "https://yandex.com/images/search*",
    "https://search.1688.com/service/*",
    "https://open-s.alibaba.com/openservice/*",
    "https://stream-upload.taobao.com/api/upload.api*",
    "https://amz.antcoor.com/*",
    "https://amz.antcoor.net/*",
    "https://*.antcoor.net/*",
    "https://cn.bing.com/images/api/custom/knowledge*",
    "https://cn.bing.com/images/search*",
    "https://www.1688.com/",
    "https://detail.1688.com/*",
    "https://cart.1688.com/*",
    "https://s.1688.com/",
    "https://h5api.m.1688.com/h5/mtop.1688.imageservice.putimage*",
    "https://s.taobao.com/image",
    "https://s.taobao.com/search",
    "https://www.amazon.com/*",
    "https://pifa.pinduoduo.com/mille/slow/upload/uploadSearchImage",
    "https://pifa.pinduoduo.com/pifa/search/searchImageGoods",
    "https://www.aliprice.com/Index/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/images/loading.gif",
        "static/images/*.png",
        "static/icons/*.png",
        "static/icons/shops/*.png",
        "static/images/guan.gif",
        "static/images/zuan.gif",
        "static/icons/antcoor.png",
        "static/fonts/fontawesome-webfont.eot",
        "static/fonts/fontawesome-webfont.svg",
        "static/fonts/fontawesome-webfont.ttf",
        "static/fonts/fontawesome-webfont.woff",
        "static/fonts/fontawesome-webfont.woff2",
        "static/fonts/iconfont.svg",
        "static/fonts/iconfont.ttf",
        "static/fonts/iconfont.woff",
        "static/fonts/iconfont.woff2"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'  ; img-src 'self'; object-src 'self'"
  }
}