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, "name": "Gone Secure Browsing", "version": "1.0.3", "description": "Alerts users when visiting unsafe websites and blocks cookies and trackers", "icons": { "16": "icons\/icon_active_16.png", "32": "icons\/icon_active_32.png", "48": "icons\/icon_active_48.png", "128": "icons\/icon_active_128.png" }, "web_accessible_resources": [ { "resources": [ "img\/logo.png", "img\/rocket_icon.png", "img\/shield_icon.png", "img\/bug_icon.png", "icons\/icon_active_128.png" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Gone Secure Browsing", "default_popup": "popups\/popup.html" }, "declarative_net_request": { "rule_resources": [] }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.gonesecurebrowsing.com\/*", "*:\/\/*.adgone.org\/*" ], "permissions": [ "tabs", "storage", "unlimitedStorage", "declarativeNetRequest", "declarativeNetRequestFeedback", "history", "cookies", "alarms", "contentSettings", "contextMenus", "notifications" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] }