Buzzlytics - Advanced Tiktok Metrics

Buzzlytics - Advanced Tiktok Metrics

A TikTok & Reels Analytics Tool. Get access to more advanced user metrics while browsing TikTok & Reels. The tool aggregates video…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Buzzlytics - Advanced Tiktok Metrics",
  "version": "1.0.7",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.tsx.js.js"
      ],
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/content-script-loader.reels-content.tsx.js.js"
      ],
      "matches": [
        "https://*.instagram.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "resources": [
        "src/tiktok-bio.ts",
        "src/utils.ts",
        "src/tiktok-bio.ts.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "**/*",
        "*"
      ],
      "use_dynamic_url": true
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  }
}