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_appName__", "short_name": "__MSG_appShortName__", "version": "1.7.0", "version_name": "1.7.0", "description": "__MSG_appDesc__", "icons": { "16": "img\/logo-green-16x16.png", "24": "img\/logo-green-24x24.png", "32": "img\/logo-green-32x32.png", "48": "img\/logo-green-48x48.png", "64": "img\/logo-green-64x64.png", "96": "img\/logo-green-96x96.png", "128": "img\/logo-green-128x128.png" }, "author": { "name": "Ninble", "email": "[email protected]" }, "minimum_chrome_version": "94", "incognito": "spanning", "background": { "service_worker": "js\/loader.js" }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/backend\/document.js" ], "run_at": "document_start" }, { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/backend\/frame.js" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "cookies", "storage", "webRequest", "tabs", "browsingData", "activeTab", "declarativeNetRequest", "declarativeNetRequestFeedback", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "UltraBlock", "default_icon": "img\/logo-green-128x128.png", "default_popup": "html\/results.html" }, "homepage_url": "https:\/\/ultrablock.org\/", "options_ui": { "page": "html\/settings.html", "open_in_tab": false }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" }, "description": "Open UltraBlock" } } }