WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Blur. The Image and Video blur extension

Blur. The Image and Video blur extension

View on Chrome Web Store
View Blur. The Image and Video blur extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (101 ratings)
1 new ratings
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A browser extension that blurs all images on a page, for when you want to be discreet or don't want to look at certain images.
Type
Extension
Users
20,000 users
10K
Fhazer Systems
View author page of Fhazer Systems
Published
Published on June 17, 2020
Version 6.0.3
Manifest version
3
Updated
Updated on June 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Blur. The Image and Video blur extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blur. The Image and Video blur extension",
    "version": "6.0.3",
    "description": "A browser extension that blurs all images on a page, for when you want to be discreet or don't want to look at certain images.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "constants.js",
                "browser-compat.js",
                "filter.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "logo\/icon-black-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo\/icon-black-128.png"
    },
    "commands": {
        "reverse_status": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Reverse blur state"
        },
        "toggle_selected": {
            "suggested_key": {
                "default": "Alt+K"
            },
            "description": "Unblur\/reblur selected image"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top