萤火虫惠聚

萤火虫惠聚

当您在京东等电商平台浏览商品详情页时,为您获取该商品的优惠券,领取优惠券后下单立减。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "萤火虫惠聚",
  "description": "当您在京东等电商平台浏览商品详情页时,为您获取该商品的优惠券,领取优惠券后下单立减。",
  "version": "3.0.5",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "images/icon/logo_128.png",
      "24": "images/icon/logo_128.png",
      "32": "images/icon/logo_128.png"
    },
    "default_title": "萤火虫惠聚",
    "default_popup": "popup.html"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*.gov.cn/*",
        "*://*.360.com/*",
        "*://*.360.cn/*",
        "*://*.so.com/*"
      ],
      "all_frames": true,
      "js": [
        "js/umd.js",
        "js/jquery.js",
        "js/fp2.js",
        "js/utils.js",
        "js/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon/logo_16.png",
    "32": "images/icon/logo_32.png",
    "48": "images/icon/logo_48.png",
    "128": "images/icon/logo_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}