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__", "version": "3.2.3", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/inject.css" ], "js": [ "scripts\/defines.js", "scripts\/service.js", "scripts\/url2service.js", "scripts\/extractors.js", "scripts\/extractors3.js", "scripts\/content-script.js" ], "run_at": "document_idle" } ], "options_page": "views\/options.html", "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "19": "images\/32.png", "48": "images\/48.png" }, "default_popup": "views\/popup.html" } }