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_appName__", "description": "__MSG_shortDesc__", "version": "1.0.4", "default_locale": "en", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_icon": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-9b070c93.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "scripting", "tabs", "storage", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/utils-760de7a2.js", "assets\/index.tsx-1ce7e417.js" ], "use_dynamic_url": false } ] }