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", "background": { "service_worker": "scripts\/bg\/bg.js" }, "host_permissions": [ "<all_urls>" ], "action": { "default_icon": "assets\/off38.png", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "assets\/on38.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 3, "name": "__MSG_name__", "offline_enabled": true, "options_page": "html\/options.html", "permissions": [ "tabCapture", "tabs", "storage", "offscreen" ], "version": "1.4.1" }