Chrome Censored

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

¿Qué es Chrome Censored?

Chrome Censored es una extensión de Chrome desarrollada por https://devinyoungweb.com, y su función principal es "Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chrome Censored

Descarga archivos de extensión Chrome Censored en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chrome Censored Chrome Censored
ID bimpoihegbhelhdhbegiifeffngnmhdl
URL Oficial https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl
Descripción Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
Tamaño del Archivo 20.91 KB
Cantidad de Instalaciones 83
Versión Actual 1.0
Última Actualización 2013-03-28
Fecha de Publicación 2013-03-28
Calificación 2.50/5 Total de 6 Calificaciones
Desarrollador https://devinyoungweb.com
Tipo de Pago free
Sitio Web de la Extensión http://devinyoungweb.com/chrome-censored/
Idiomas Soportados 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"
        }
    ]
}