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 Jul 19, 2025.
{ "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" } ] }