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",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"manifest_version": 3,
"version": "1.2",
"icons": {
"64": "images\/icon-64.png",
"128": "images\/icon-128.png",
"256": "images\/icon-256.png",
"512": "images\/icon-512.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "images\/logo.png"
},
"background": {
"service_worker": "service.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/tiktok.com\/*",
"https:\/\/www.tiktok.com\/*"
],
"js": [
"main.js"
],
"css": [
"main.css"
],
"run_at": "document_idle"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "ruleset.json"
}
]
},
"permissions": [
"downloads",
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktokcdn.com\/*",
"https:\/\/*.tiktokv.com\/*"
]
}