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_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": [], "host_permissions": [ "*:\/\/*.threads.net\/*", "*:\/\/*.threads.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.extfox.pro\/*" ], "permissions": [ "activeTab", "tabs", "storage", "webRequest" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "google.svg", "logo.svg", "icon.svg", "excel.svg", "csv.svg", "json.png", "youtube.svg", "injected.js", "threads.svg", "discord.svg" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.threads.com\/*", "*:\/\/*.threads.net\/*" ], "resources": [ "assets\/constants-30c0fc6c.js", "assets\/browser-b47c23d1.js", "assets\/content-script-961145fb.js" ], "use_dynamic_url": false } ], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-faf126c9.js" ], "matches": [ "*:\/\/*.threads.net\/*", "*:\/\/*.threads.com\/*" ], "css": [ "assets\/index-d63a95f9.css" ] } ] }