WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TikTok Toolkit

TikTok Toolkit

View on Chrome Web Store
View TikTok Toolkit Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (10 ratings)
1 new ratings
3 views
This extension has been viewed 3 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.

TikTok Toolkit is a Chrome extension that provides various tools and features to enhance your TikTok experience.
Type
Extension
Users
672 users
29
Nguyen Van Trinh
View author page of Nguyen Van Trinh
Published
Published on December 11, 2024
Version 5.0.0
Manifest version
3
Updated
Updated on November 29, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View TikTok Toolkit 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": "TikTok Toolkit",
    "description": "TikTok Toolkit is a Chrome extension that provides various tools and features to enhance your TikTok experience.",
    "version": "5.0.0",
    "icons": {
        "48": "public\/logo.png"
    },
    "action": {
        "default_icon": {
            "48": "public\/logo.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "permissions": [
        "background",
        "tabs",
        "scripting",
        "storage",
        "identity",
        "identity.email",
        "alarms"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-DxXHp0CO.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "resources": [
                "src\/content\/inpage\/visibility-spoof.js",
                "assets\/main.tsx-DxXHp0CO.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "src\/sidepanel\/index.html"
    }
}
© 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