WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TikC - TikTok comment export tool

TikC - TikTok comment export tool

View on Chrome Web Store
View TikC - TikTok comment export tool Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export TikTok comments to CSV in seconds
Type
Extension
Users
52 users
1
neo4social
View author page of neo4social
Published
Published on July 14, 2025
Version 1.1.1
Manifest version
3
Updated
Updated on August 17, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View TikC - TikTok comment export tool Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikC - TikTok comment export tool",
    "version": "1.1.1",
    "description": "Export TikTok comments to CSV in seconds",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": "\/assets\/icon-512.png",
        "48": "\/assets\/icon-512.png",
        "128": "\/assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/@*?ref=IC&uuid=*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/injectbutton.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top