55海淘返利助手

55海淘返利助手

55海淘返利助手:一键激活返利模式,再也不用担心忘走返利链接!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "popup.html",
    "default_title": "55海淘返利助手"
  },
  "short_name": "55海淘",
  "name": "55海淘返利助手",
  "version": "4.0.1",
  "manifest_version": 3,
  "author": "55haitao.com",
  "default_locale": "zh_CN",
  "description": "55海淘返利助手:一键激活返利模式,再也不用担心忘走返利链接!",
  "homepage_url": "https://www.55haitao.com/",
  "icons": {
    "16": "images/16x16.png",
    "24": "images/24x24.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "permissions": [
    "contextMenus",
    "cookies",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "styles/*.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.bundle.js"
      ],
      "css": [
        "styles/serp.css",
        "styles/content.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "service_worker": "background.bundle.js"
  }
}