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",
"action": {
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"default_title": "__MSG_REMOVER_APPNAME__"
},
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"description": "__MSG_REMOVER_APPDESC__",
"host_permissions": [
"https:\/\/*.tiktok.com\/*"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 3,
"name": "__MSG_REMOVER_APPNAME__",
"permissions": [
"scripting",
"tabs",
"activeTab",
"sidePanel",
"storage"
],
"side_panel": {
"default_path": "popup.html"
},
"version": "2.0",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"resources": [
"script.js",
"styles.css"
]
}
]
}