Examine source code of 1688分销返利(TB&JD&PDD&1688)

Inspect and view changes in 1688分销返利(TB&JD&PDD&1688) 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
{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon_16.png",
      "32": "/images/icon_48.png",
      "48": "/images/icon_48.png",
      "128": "/images/icon_128.png"
    }
  },
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_48.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  },
  "content_scripts": [
    {
      "css": [
        "/css/msg.css",
        "/libs/naranja/css/naranja.min.css",
        "/libs/hsycmsAalert/hsycmsAlert.min.css",
        "/libs/layui/css/layui.css"
      ],
      "js": [
        "/libs/jquery-2.1.1.min.js",
        "/libs/layui/layui.js",
        "/libs/naranja/js/naranja.min.js",
        "/libs/hsycmsAalert/hsycmsAlert.min.js",
        "/libs/jquery.qrcode.min.js",
        "/scripts/function.js",
        "/scripts/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "description": "1688采购返利,采购返佣,淘宝返利,佣金发现插件工具,推广费发现插件工具,发现商家是否在推广商品,下单即可获取商家佣金。淘宝佣金发现,taobao助手,TB助手。京东佣金发现工具,京东助手,JD助手,JD佣金发现。拼多多助手,PDD助手,PDD佣金发现",
  "homepage_url": "https://1688cps.eccang.com",
  "web_accessible_resources": [
    {
      "resources": [
        "/libs/layui/css/*",
        "/libs/layui/font/*",
        "scripts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "author": "Eccang",
  "name": "1688分销返利(TB&JD&PDD&1688)",
  "permissions": [
    "webRequest",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "background",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "5.3.13",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}