Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "118.0", "background": { "service_worker": "backgroundProtection.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest", "scripting", "alarms" ], "version": "2.0.0.25", "action": { "default_title": "__MSG_default_title__" }, "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "default.json" } ] }, "icons": { "128": "protection_enabled.png" }, "commands": { "_execute_action": [], "allow-last-request": { "description": "__MSG_context_item_allow_last_request__" }, "deny-last-request": { "description": "__MSG_context_item_deny_last_request__" }, "background-last-request": { "description": "__MSG_context_item_background_last_request__" }, "redirect-last-request": { "description": "__MSG_context_item_redirect_last_request__" }, "focus-last-request": { "description": "__MSG_context_item_focus_last_request__" } }, "web_accessible_resources": [ { "resources": [ "\/protection_enabled.png", "\/protection_disabled.png", "\/web-accessible\/popupDlg\/index.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": false } ] }