Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SafeGaze - Blur Haram Images, Block Ads, Block Haram website, Safe Search", "version": "2.2.0", "description": "SafeGaze detects and masks potentially haram & sensitive contents in your browser.", "background": { "service_worker": "src\/background\/index.js", "type": "module" }, "action": { "default_popup": "settings\/popup.html", "default_icon": { "16": "logo\/sg-logo-only.png", "32": "logo\/sg-logo-only.png", "48": "logo\/sg-logo-only.png", "128": "logo\/sg-logo-only.png" } }, "icons": { "16": "logo\/sg-logo-only.png", "32": "logo\/sg-logo-only.png", "48": "logo\/sg-logo-only.png", "128": "logo\/sg-logo-only.png" }, "permissions": [ "tabs", "activeTab", "offscreen", "storage", "settingsPrivate", "webNavigation", "tabs", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "youtube_safe_search_ruleset", "enabled": true, "path": "netRequestRules\/youtube.json" }, { "id": "google_safe_search_ruleset", "enabled": true, "path": "netRequestRules\/google.json" }, { "id": "ad_hosts", "enabled": true, "path": "netRequestRules\/ad_hosts.json" } ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/content\/index2.js" ], "css": [ "src\/content\/content-styles.css" ], "run_at": "document_start", "all_frames": true } ] }