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
{
  "icons": {
    "16": "icon16.plasmo.6d5a5645.png",
    "32": "icon32.plasmo.91ca2b25.png",
    "48": "icon48.plasmo.097decaa.png",
    "64": "icon64.plasmo.81083796.png",
    "128": "icon128.plasmo.20a9f875.png"
  },
  "manifest_version": 3,
  "action": {
    "default_popup": "up_/popup/popup.html"
  },
  "version": "3.3.5",
  "author": "qihoo",
  "name": "好券多多",
  "description": "当您在淘宝等电商平台浏览商品详情页时,为您获取该商品的优惠券,领取优惠券后下单立减。",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "accout360",
    "scripting",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.3b5bb8c3.js"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "exclude_matches": [
        "*://*.gov.cn/*",
        "*://*.360.com/*",
        "*://*.360.cn/*",
        "*://*.so.com/*",
        "*://*.3600.com/*",
        "*://*.mediav.com/*",
        "*://*.360kuai.com/*"
      ],
      "css": [
        "content.7ff11558.css"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}