超强TikTok达人邀请

超强TikTok达人邀请

超强TikTok达人邀请,达人联系方式导出,达人直播数据采集

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "超强TikTok达人邀请",
  "short_name": "TikTokInvite",
  "description": "超强TikTok达人邀请,达人联系方式导出,达人直播数据采集",
  "version": "0.16",
  "author": "梁栩谦",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_title": "超强TikTok达人邀请",
    "default_icon": "img/icon48.png",
    "default_popup": "popup.htm"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://affiliate.tiktokglobalshop.com/*",
        "https://affiliate.tiktok.com/*",
        "https://affiliate-us.tiktok.com/*"
      ],
      "css": [
        "asset/css/layui.css",
        "asset/toastr/toastr.min.css",
        "my.css"
      ],
      "js": [
        "asset/lib/jquery.min.js",
        "asset/lib/xlsx.full.min.js",
        "creatorInfoField.js",
        "asset/lib/layui.js",
        "t.js",
        "WA.js",
        "WAP.js",
        "storage.js",
        "asset/toastr/toastr.min.js",
        "content.js"
      ],
      "all_frames": false
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/qr.jpg",
        "img/wechat.jpg",
        "img/gzh.jpg",
        "img/wechat22.jpg",
        "img/gzh2.jpg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.tiktok.com/*"
    ]
  },
  "permissions": [
    "webRequest",
    "unlimitedStorage",
    "storage",
    "debugger",
    "scripting",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess",
    "downloads"
  ],
  "host_permissions": [
    "https://*.tiktok.com/*",
    "https://seller.tiktokglobalshop.com/*",
    "https://api16-normal-sg.tiktokglobalshop.com/*",
    "https://affiliate.tiktokglobalshop.com/*",
    "*://*/*",
    "https://exad.rangtaobaofei.com/*",
    "https://da.rangtaobaofei.com/*"
  ]
}