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",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.6.9",
"default_locale": "en",
"permissions": [
"scripting",
"tabs",
"activeTab",
"sidePanel",
"storage"
],
"host_permissions": [
"https:\/\/*.tiktok.com\/*",
"https:\/\/api.cleartok.io\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"default_title": "ClearTok - Repost Remover"
},
"side_panel": {
"default_path": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"styles.css",
"api-service.js",
"assets\/selectors-fallback.json"
],
"matches": [
"https:\/\/*.tiktok.com\/*"
]
}
],
"manifest_version": 3
}