Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "CoTik", "description": "CoTik - Manage tiktok accounts easily and professionally", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.27", "icons": { "16": "images\/favicon16.png", "48": "images\/favicon48.png", "128": "images\/favicon.png" }, "action": { "default_title": "Click Me", "default_popup": "popup.html" }, "permissions": [ "tabs", "declarativeNetRequest", "webRequest" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "scripts\/store.js", "type": "module" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/content.css" ], "js": [ "scripts\/contentscript.js" ], "matches": [ "<all_urls>", "https:\/\/cotik.app\/admin\/extension*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "cors", "path": "cors.json" } ] } }