快手Xpath转化追踪插件

快手Xpath转化追踪插件

快手Xpath转化追踪插件

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "name": "快手Xpath转化追踪插件",
  "manifest_version": 2,
  "description": "快手Xpath转化追踪插件",
  "browser_action": {
    "default_title": "快手Xpath转化追踪插件"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "inject.html"
  ],
  "permissions": [
    "activeTab",
    "https://beta-ad.e.kuaishou.com/*",
    "https://ad.e.kuaishou.com/*",
    "<all_urls>"
  ],
  "homepage_url": "https://www.kuaishou.com",
  "background": {
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "https://beta-ad.e.kuaishou.com/*",
      "https://ad.e.kuaishou.com/*"
    ]
  }
}