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", "manifest_version": 3, "minimum_chrome_version": "120", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.20.4", "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "main.js" ], "matches": [ "<all_urls>" ], "use_dynamic_url": false } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "isolated.js" ] } ] }