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", "default_locale": "en", "version": "11.2.0", "name": "__MSG__extensionName__", "description": "__MSG__extensionDescription__", "manifest_version": 3, "action": [], "options_ui": { "page": "settings.html", "open_in_tab": true }, "icons": { "16": "public\/icon.png", "48": "public\/icon.png", "128": "public\/icon.png" }, "permissions": [ "alarms", "storage", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injection.js" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "\/public\/*" ], "use_dynamic_url": true } ] }