A9TOP查排名

A9TOP查排名

A9TOP 免费的查排名工具, 支持多关键词、多类目、多任务、多变体 电脑手机双端查排名。支持评论采集结果导出

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A9TOP 免费的查排名工具, 支持多关键词、多类目、多任务、多变体 电脑手机双端查排名。支持评论采集结果导出",
  "version": "3.3.6",
  "name": "A9TOP查排名",
  "manifest_version": 2,
  "homepage_url": "https://doc.a9top.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "{92d3df5e-2b7a-4982-a795-1d867964e4c5}",
      "strict_min_version": "42.0"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjEKJmccHono5HvM0lGelAiS4dfv4alSTroFuctkKLSKQ9m4pa5sGHonZIBrTNSfOYVMrydcec2I0fLDMF12GU9TgfEkkc90VxwxBAghSy3qS9zwz2eEExL65KBSaDoMDrHOCk0tbziXeU/JfS7JbDKYH0e+nC9juIHyTV7oidybRVCxCwkrOgCjiFu5xS+jHZhZuoybYKdRK2nT/jhOrVqvUYuubmQdPHtICUE4xIGLECwHYFgk+gf5/AJjzbq1W8TVkyxsLZWpH10z97xYE9tlbt3xLEXTWmRLG4zaAA9akB3j8h0JwSXKrLb5mGtAv803YoiZVwJWXs5JG7ujxuQIDAQAB",
  "permissions": [
    "tabs",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "https://www.amazon.com/*",
    "https://www.amazon.ca/*",
    "https://www.amazon.com.br/*",
    "https://www.amazon.com.mx/*",
    "https://www.amazon.co.uk/*",
    "https://www.amazon.de/*",
    "https://www.amazon.fr/*",
    "https://www.amazon.es/*",
    "https://www.amazon.it/*",
    "https://www.amazon.co.jp/*",
    "https://www.amazon.in/*",
    "https://www.amazon.com.au/*",
    "https://www.amazon.com.tr/*",
    "https://www.amazon.nl/*",
    "https://shopee.com.my/*",
    "https://shopee.co.id/*",
    "https://shopee.sg/*",
    "https://shopee.co.th/*",
    "https://shopee.vn/*",
    "https://shopee.ph/*",
    "https://shopee.tw/*"
  ],
  "icons": {
    "16": "/images/icon.png",
    "48": "/images/icon.png",
    "128": "/images/icon.png"
  },
  "background": {
    "scripts": [
      "/static/js/jquery.min.js",
      "common.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.ca/*",
        "https://www.amazon.com.br/*",
        "https://www.amazon.com.mx/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.de/*",
        "https://www.amazon.fr/*",
        "https://www.amazon.es/*",
        "https://www.amazon.it/*",
        "https://www.amazon.co.jp/*",
        "https://www.amazon.in/*",
        "https://www.amazon.com.au/*",
        "https://www.amazon.com.tr/*",
        "https://www.amazon.nl/*",
        "https://shopee.com.my/*",
        "https://shopee.co.id/*",
        "https://shopee.sg/*",
        "https://shopee.co.th/*",
        "https://shopee.vn/*",
        "https://shopee.ph/*",
        "https://shopee.tw/*"
      ],
      "js": [
        "/static/js/jquery.min.js",
        "common.js",
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "/images/icon.png",
    "default_title": "A9TOP查排名"
  },
  "options_page": "/options/options.html"
}