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_extName__", "description": "__MSG_extDescription__", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "version": "1.0.7", "manifest_version": 3, "default_locale": "en", "action": { "default_title": "__MSG_titleDefault__", "default_popup": "popup.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" } }, "background": { "service_worker": "scripts\/bg.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "storage", "unlimitedStorage", "scripting" ], "host_permissions": [ "<all_urls>" ] }