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, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/avrodh.com", "action": { "default_icon": "assets\/icon32.png", "default_title": "__MSG_extActionTitle__", "default_popup": "popup.html" }, "options_ui": { "page": "main.html", "open_in_tab": true }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "64": "assets\/icon64.png", "96": "assets\/icon96.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "blocked.html" ], "matches": [ "<all_urls>" ] } ], "minimum_chrome_version": "103", "incognito": "split", "background": { "service_worker": "js\/background\/index.js" }, "permissions": [ "alarms", "activeTab", "declarativeNetRequestWithHostAccess", "storage", "browsingData" ], "optional_host_permissions": [ "<all_urls>" ], "version": "5.4.0" }