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 AutoBlocker - Mass Block & Share Blocklists",
"version": "0.5.0",
"description": "Mass block TikTok users. Join the block party with custom, shareable blocklists. Stay focused, safe, and in control.",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/*.tiktok.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "TikTok AutoBlocker"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}