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, "author": "__MSG_ext_author__", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "version": "0.7.5", "minimum_chrome_version": "102", "default_locale": "en", "description": "__MSG_ext_description__", "offline_enabled": true, "background": { "service_worker": "js\/service-worker.rb.js" }, "action": { "default_popup": "html\/popup.html", "default_title": "__MSG_ext_short_name__" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "icons": { "16": "ico\/card16.png", "32": "ico\/card32.png", "48": "ico\/card48.png", "128": "ico\/card128.png" }, "permissions": [ "alarms", "storage", "scripting", "unlimitedStorage", "tabs", "contextMenus", "notifications", "webNavigation" ], "optional_permissions": [ "downloads" ], "host_permissions": [ "*:\/\/*\/*", "file:\/\/\/" ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src * data:; script-src 'self'; frame-src 'self'; style-src * 'unsafe-inline'; media-src 'self'; img-src * 'self' data:;" }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "html\/auth.html" ], "matches": [ "<all_urls>" ] } ] }