TKCommentExport - Export TikTok Comments

TKCommentExport - Export TikTok Comments

Export TikTok video comments to CSV file with one click. Helper tool downloads comments from any TikTok video for analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "version": "1.0.6",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "identity",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.tiktok.com/*",
    "*://*.extensionsbox.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "libs/style.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlpkezVDt6Fc4GOz1VUOENQO1A4NQBgOPeJmN+8b+dH0cRX+Y2m+Uv8Kz++2G6lon9nB/Hwnz8yyxs+QcFy5WLWo55QoYiP1SyDcnZE7GIhqVHgxTO3pabexKlbemDYFgskEmNdmUXbNQ2QrxwP3qmktOsHrMVKElIuWch0ZlYBbI8rKBMDMp08YAhYqXBAt+LVZMMPSqLbP3CpO6Y4qMVOUJJHmaRq3WWgYYUfq5SRjU79oXOkGJRNGR0IlJDJkSvEp7jaPWbkmLRAc2kyPPuBhsjuDqQRezW+6DhYcWyhLQUTwblDQJW4+R4/0vRDnFdBP7XqrdoivY5NoxG8UPxQIDAQAB",
  "oauth2": {
    "client_id": "296361908006-af67g63p7ju4v5t12m6ef7ojcacmap1j.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "libs/*",
        "injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}