TTCommentExporter - Export TikTok Comments

TTCommentExporter - Export TikTok Comments

Export TikTok comments to Excel in CSV for analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_name__",
  "version": "1.0.0",
  "description": "__MSG_description__",
  "permissions": [
    "storage",
    "identity",
    "webRequest",
    "unlimitedStorage",
    "alarms"
  ],
  "host_permissions": [
    "*://*.tiktok.com/*"
  ],
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html"
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle1709630486854.chunk.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/pages/injected/index.js",
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-48.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "oauth2": {
    "client_id": "43134909389-b8t6eseh32n84tslc1b8e1j8dea2v2or.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}