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 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HaramBlur - Blur Haram & NSFW Images & Videos", "description": "Protect your privacy and uphold Islamic values by auto detecting & blurring images and videos of unwanted or impermissible content.", "version": "0.5.3", "permissions": [ "storage", "offscreen", "contextMenus", "scripting", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "<all_urls>" ], "author": "[email protected]", "action": { "default_title": "HaramBlur", "default_popup": "src\/popup\/popup.html" }, "minimum_chrome_version": "109", "background": { "service_worker": "dist\/background.js", "type": "module" }, "icons": { "48": "src\/assets\/hb-icon-48.png", "128": "src\/assets\/hb-icon-128.png" }, "content_scripts": [ { "js": [ "dist\/content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "src\/assets\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "incognito": "split" }