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
{
  "manifest_version": 2,
  "name": "微查宝-淘宝店查查降权数据-天猫店侦探黑号下单",
  "version": "2.7.0",
  "description": "微查宝是专门为卖家设计的一款甄别买家信誉的浏览器插件,方便、简洁、好用,只需安装即可标识用户,侦探用户的购买行为。功能识别主要分为恶意打假、抽检、黑号、爱给差评、恶意退款、降权、违规等。",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/32.png",
      "64": "icons/64.png"
    },
    "default_title": "微查宝-淘宝店查查降权数据-天猫店侦探黑号下单",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "manifest.js",
      "vendor.js",
      "common.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.taobao.com/*",
        "*://*.weichabao.com/*",
        "*://*.tmall.com/*",
        "*://*.baidu.com/*",
        "*://*.jd.com/*",
        "*://*.pinduoduo.com/*",
        "*://*.sogou.com/*"
      ],
      "css": [
        "css/common.css",
        "css/content_script.css"
      ],
      "js": [
        "manifest.js",
        "vendor.js",
        "common.js",
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "icons/*"
  ],
  "permissions": [
    "*://*.taobao.com/*",
    "*://*.weichabao.com/*",
    "*://*.weichabao.co/*",
    "*://*.weichabao.com.cn/*",
    "*://*.fanhei360.com/*",
    "*://*.extensions.com/*",
    "*://*.tmall.com/*",
    "*://*.baidu.com/*",
    "*://*.sogou.com/*",
    "*://*.jd.com/*",
    "*://*.pinduoduo.com/*",
    "activeTab",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}