Chrome Censored

Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

What is Chrome Censored?

Chrome Censored is a Chrome extension developed by https://devinyoungweb.com, and its main feature is "Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.".

Extension Screenshots

screenshot

Download Chrome Censored Extension CRX File

Download Chrome Censored extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome Censored censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

While replacement words may be humorous, none are inappropriate; so this a great alternative to parental blocking in the browser.                    

Extension Basic Information

Name Chrome Censored Chrome Censored
ID bimpoihegbhelhdhbegiifeffngnmhdl
Official URL https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl
Description Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
File Size 20.91 KB
Installation Count 83
Current Version 1.0
Last Updated 2013-03-28
Publish Date 2013-03-28
Rating 2.50/5 Total 6 Ratings
Developer https://devinyoungweb.com
Payment Type free
Extension Website http://devinyoungweb.com/chrome-censored/
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Censored",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Censors inappropriate words\/terms on the interweb by filling them in with flowery replacements.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "censored.js"
            ],
            "run_at": "document_end"
        }
    ]
}