京东优惠券助手

京东优惠券助手专为用户查找京东商品内部优惠券,商品店铺优惠券信息,让您花更少的钱购买同样的商品
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "京东优惠券助手"
  },
  "content_scripts": [
    {
      "css": [
        "css/jd.css"
      ],
      "js": [
        "js/jquery.js",
        "js/highcharts.js",
        "js/tubiao.js",
        "js/show_win.js",
        "js/jd.js"
      ],
      "matches": [
        "*://*.jd.com/*",
        "*://*.jd.hk/*"
      ]
    }
  ],
  "description": "京东优惠券助手专为用户查找京东商品内部优惠券,商品店铺优惠券信息,让您花更少的钱购买同样的商品",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "京东优惠券助手",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.fanliyun.cn/*",
    "*://*.henzanapp.com/*",
    "*://*.bijiago.com/*"
  ],
  "version": "4.2",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}