Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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"
}
}