55海淘返利助手

55海淘返利助手

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "55海淘",
  "name": "55海淘返利助手",
  "version": "3.4.6",
  "manifest_version": 2,
  "author": "55haitao.com",
  "default_locale": "zh_CN",
  "description": "55海淘返利助手:一键激活返利模式,再也不用担心忘走返利链接!",
  "homepage_url": "https://www.55haitao.com/",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "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",
    "https://*/",
    "http://*/"
  ],
  "web_accessible_resources": [
    "images/*.png",
    "styles/*.css"
  ],
  "browser_action": {
    "default_icon": {
      "48": "images/48x48.png"
    },
    "default_popup": "popup.html",
    "default_title": "55海淘返利助手"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.bundle.js"
      ],
      "css": [
        "styles/serp.css",
        "styles/content.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  }
}