淘宝领券助手

淘宝领券助手

自动显示淘宝天猫京东唯品会商品优惠券,商品历史价格,购物更省钱~

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "淘宝领券助手",
  "version": "4.0.4",
  "description": "自动显示淘宝天猫京东唯品会商品优惠券,商品历史价格,购物更省钱~",
  "default_locale": "zh_CN",
  "icons": {
    "16": "assets/icons/icon_16.png",
    "48": "assets/icons/icon_48.png",
    "128": "assets/icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/icons/icon_48.png",
    "default_title": "淘宝领券助手",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.jd.com/*",
        "https://*.vip.com/*",
        "https://*.suning.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "chrome_style": false,
    "page": "options.html"
  },
  "permissions": [
    "https://*.taobao.com/*",
    "https://*.tmall.com/*",
    "https://*.jd.com/*",
    "https://*.vip.com/*",
    "https://*.suning.com/*",
    "https://*.i920.wang/*",
    "https://52fc0274-3bea-40ce-906b-2c7c508dcfc2.bspapp.com/*",
    "storage",
    "tabs"
  ],
  "homepage_url": "https://tbk.i920.wang",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.i920.wang https://static-52fc0274-3bea-40ce-906b-2c7c508dcfc2.bspapp.com https://vkceyugu.cdn.bspapp.com; object-src 'self'"
}