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_name__", "version": "0.0.9", "description": "__MSG_description__", "manifest_version": 3, "action": { "default_icon": { "16": "img\/logo-16.png", "24": "img\/logo-24.png", "32": "img\/logo-32.png" }, "default_title": "__MSG_short_name__", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "background": { "service_worker": "js\/bg.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ] } ], "permissions": [ "tabs", "activeTab", "scripting", "storage", "offscreen", "contextMenus", "tabCapture", "unlimitedStorage" ], "optional_permissions": [], "host_permissions": [ "<all_urls>" ], "minimum_chrome_version": "109", "web_accessible_resources": [ { "resources": [ "\/js\/*", "\/assets\/*", "\/img\/*", "embed.html", "logo.svg" ], "matches": [ "<all_urls>" ], "use_dynamic_url": false } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'" } }