Clarifier

Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".

¿Qué es Clarifier?

Clarifier es una extensión de Chrome desarrollada por Steve Wozniak, y su función principal es "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Clarifier

Descarga archivos de extensión Clarifier 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

                        Version 1.1 update:
"Donald Trump Rally" is now replaced with "Donald Trump White Power Rally". Happy election season!

When activated, Clarifier ensures that when racists unintentionally type "I'm not racist", it replaces it with what they actually meant to say, "Because I'm racist"!

Built by @stephanwozniak (download the Googlifier while you're at it)!
Conceptualized by @tasog

Contact: [email protected]                    

Información Básica de la Extensión

Nombre Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
URL Oficial https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Descripción Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Tamaño del Archivo 46.04 KB
Cantidad de Instalaciones 25
Versión Actual 1.1
Última Actualización 2016-03-29
Fecha de Publicación 2016-03-28
Calificación 3.00/5 Total de 3 Calificaciones
Desarrollador Steve Wozniak
Tipo de Pago free
URL de la Página de Ayuda http://twitter.com/stephanwozniak
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clarifier",
    "version": "1.1",
    "description": "Bring out the honesty in the Internet! This will replace the phrase \"I'm not racist\" with \"Because I'm racist\".",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "author": "@stephanwozniak",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/jquery-1.11.3.min.js",
                "src\/far.js",
                "src\/script.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}