Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tiktok Super Tool - Profile Analyzer & Video Downloader", "version": "1.1.0", "description": "Analyze TikTok profiles, download videos & sounds, sort by views, and get deep engagement insights", "action": { "default_popup": "popup.html", "default_icon": { "16": "public\/logo-16.png", "48": "public\/logo-48.png", "128": "public\/logo-128.png" } }, "side_panel": { "default_path": "sidepanel.html" }, "permissions": [ "sidePanel", "storage", "webRequest", "scripting", "downloads" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*", "https:\/\/www.tiktok.com\/*" ], "background": { "service_worker": "background.bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "content.bundle.js" ] } ], "icons": { "16": "public\/logo-16.png", "48": "public\/logo-48.png", "128": "public\/logo-128.png" }, "web_accessible_resources": [ { "resources": [ "public\/*" ], "matches": [ "https:\/\/*.tiktok.com\/*" ] } ] }