小伙伴代付小幫手

小伙伴代付小幫手

小伙伴代付小幫手

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1",
  "default_locale": "zh_CN",
  "homepage_url": "https://xiaohuoban.shop",
  "name": "小伙伴代付小幫手",
  "description": "小伙伴代付小幫手",
  "background": {
    "page": "_locales/zh_CN/bg.html",
    "persistent": true
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "web_accessible_resources": [
    "*"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "_locales/zh_CN/js/jquery.js",
        "js/clipboard.min.js",
        "js/webrun.js",
        "js/detail.js"
      ],
      "run_at": "document_start",
      "matches": [
        "*://*.alipay.com/peerpaycore/*",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.1688.com/*"
      ]
    }
  ],
  "manifest_version": 2,
  "permissions": [
    "https://xiaohuoban.shop/*"
  ],
  "options_page": "_locales/zh_CN/options.html",
  "browser_action": {
    "default_icon": "images/48.png",
    "default_popup": "_locales/zh_CN/popup.html"
  }
}