WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Redacted

Redacted

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

Redact text on a page before taking a screenshot of it.
Type
Extension
Users
302 users
3
Stefan Bohacek
View author page of Stefan Bohacek
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 14, 2021
Version 1.0.4
Manifest version
3
Updated
Updated on October 24, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View Redacted 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": "Redacted",
    "version": "1.0.4",
    "description": "Redact text on a page before taking a screenshot of it.",
    "homepage_url": "https:\/\/fourtonfish.com\/project\/redacted-js\/",
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/redacted-regular.eot",
                "fonts\/redacted-regular.svg",
                "fonts\/redacted-regular.ttf",
                "fonts\/redacted-regular.woff",
                "fonts\/redacted-script-bold.eot",
                "fonts\/redacted-script-bold.svg",
                "fonts\/redacted-script-bold.ttf",
                "fonts\/redacted-script-bold.woff",
                "fonts\/redacted-script-light.eot",
                "fonts\/redacted-script-light.svg",
                "fonts\/redacted-script-light.ttf",
                "fonts\/redacted-script-light.woff",
                "fonts\/redacted-script-regular.eot",
                "fonts\/redacted-script-regular.svg",
                "fonts\/redacted-script-regular.ttf",
                "fonts\/redacted-script-regular.woff",
                "fonts\/stylesheet.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ]
}
© 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