WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TKFollowExport - extract followers for Tiktok

TKFollowExport - extract followers for Tiktok

View on Chrome Web Store
View TKFollowExport - extract followers for Tiktok Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 ratings)
18 views
This extension has been viewed 18 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.

An automated tool to scrape TikTok user's followers and following list to CSV or Excel with one click
Type
Extension
Users
131 users
2
XTCodeTech
View author page of XTCodeTech
Published
Published on January 16, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on January 16, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View TKFollowExport - extract followers for Tiktok 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",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "author": "XTCodeTech",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "webRequest",
        "downloads",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.tiktok.com\/*"
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": ".\/imgs\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/imgs\/icon128.png",
        "32": ".\/imgs\/icon128.png",
        "48": ".\/imgs\/icon128.png",
        "128": ".\/imgs\/icon128.png"
    },
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZ8Oh3saqS21R9\/rIQ6rdbXhc1OgNpynun3n\/MaPBPE+4lWexx1VKCwc2Vme6cIaP3dVouYVcgmcrqE0o7ek4z4mHEU24TyWKpqZZFA9i0zKhxDtXUObJgTax0NeFiiExa3XmTTOJwPNAVLKOOwyzkhDC37N6IjuNAMy2tU5O30sW9+M\/lYT5l+cQ1KcL3R9MPx3IX38eT6k2\/7AQ1Y5LpHLUzCm4V\/xBjldnAeNKKa6HNG6k\/URdo9Qkj5LuU7kjMRj67V8mfSraPyQZGcZ1FyNNtfUZPpeZuSyH17AznjslCvs6SWXGGOGOoKGdfebgvts0tiQjhPkjWoEPhJaswIDAQAB"
}
© 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