WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Censor Words

Censor Words

View on Chrome Web Store
View Censor Words Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
5 views
This extension has been viewed 5 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 powerful content filtering extension that helps create a safer browsing experience with customizable word censoring.
Type
Extension
Users
201 users
2
Buzen Technologies
View author page of Buzen Technologies
Published
Published on May 21, 2022
Version 3.0
Manifest version
3
Updated
Updated on November 10, 2024
lifestyle/well_being
Extension Category
View on Chrome Web Store
View Censor Words 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,
    "name": "Censor Words",
    "version": "3.0",
    "description": "A powerful content filtering extension that helps create a safer browsing experience with customizable word censoring.",
    "author": "Your Name",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/wordlist.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/buzentechnologies.com",
    "offline_enabled": true
}
© 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