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": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.5", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon48.png", "default_title": "__MSG_name__", "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "*.css", "*.png", "icon128.png" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "run_at": "document_start", "css": [ "css\/sweetalert2.min.css", "css\/dark.css", "css\/overlay.css", "css\/skin.css" ], "js": [ "overlay\/overlay.js", "js\/sweetalert2.all.min.js", "js\/alertaviso.js" ] }, { "matches": [ "*:\/\/*.tiktok.com\/profile?*" ], "run_at": "document_start", "js": [ "pages\/reload.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "tabs", "activeTab", "background", "scripting", "storage", "declarativeContent", "declarativeNetRequest", "downloads", "system.display" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*", "*:\/\/m.tiktok.com\/*" ] }