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
{
  "name": "店透视(极速版)",
  "version": "3.6.1",
  "manifest_version": 2,
  "description": "专业的淘宝天猫、拼多多、京东、抖音等平台的卖家运营工具,包括生意参谋、直通车和搜索详情等功能的指数转换、数据分析导出等…",
  "icons": {
    "16": "icons/icon-16.png",
    "19": "icons/icon-19.png",
    "38": "icons/icon-38.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "short_name": "店透视(极速版)",
  "homepage_url": "https://diantoushi.com",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "webRequest",
    "contextMenus",
    "notifications",
    "unlimitedStorage",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "options_ui": {
    "page": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "source/jquery.js",
        "source/Moment/index.js",
        "script/content_script.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "店透视(极速版)",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "source/*",
    "script/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1a343028-eb3f-40da-b2b1-c26a5e48d92d}"
    }
  }
}