返利网跟单助手

返利网跟单助手

帮你检测跟单环境的插件,简单易用,支持多个商家的检测!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "返利网跟单助手",
  "version": "1.8",
  "description": "帮你检测跟单环境的插件,简单易用,支持多个商家的检测!",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_title": "monitor color",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "manifest_version": 2
}