WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TokTik-TikTok video assistant

TokTik-TikTok video assistant

View on Chrome Web Store
View TokTik-TikTok video assistant Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 21, 2025.

tiktok videos, comments downloader
Type
Extension
Users
48 users
2
suziwen1
View author page of suziwen1
Published
Published on December 24, 2023
Version 0.0.1
Manifest version
3
Updated
Updated on December 24, 2023
lifestyle/social
Extension Category
View on Chrome Web Store
View TokTik-TikTok video assistant 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": "TokTik-TikTok video assistant",
    "version": "0.0.1",
    "description": "tiktok videos, comments downloader",
    "author": "color.index",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/*.tiktokv.com\/*",
        "*:\/\/*.xiaoshujiang.com\/*"
    ],
    "action": {
        "default_title": "TokTik-TikTok video assistant",
        "default_icon": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "downloads",
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.xiaoshujiang.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "content\/index.css"
            ],
            "js": [
                "content\/filesize.js",
                "content\/index.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 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