WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Censor Image

Censor Image

View on Chrome Web Store
View Censor Image Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 views
This extension has been viewed 1 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.

Use Censor Image — blur image, hide text, add a censor bar or blackout, and export a censored image online in seconds.
Type
Extension
Users
63 users
4
afortheapp
View author page of afortheapp
Published
Published on September 27, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on September 27, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Censor Image 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",
    "manifest_version": 3,
    "version": "1.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon.png"
    },
    "action": {
        "default_title": "Censor Image"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "offscreen"
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content\/overlay.js"
            ],
            "css": [
                "src\/content\/overlay.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "region-screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Save selected area"
        },
        "save-screenshot": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Save full page screenshot"
        }
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/common\/*.js",
                "src\/content\/overlay.css",
                "src\/offscreen.html",
                "src\/offscreen.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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