Clarifier

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

Cos'è Clarifier?

Clarifier è un'estensione di Chrome sviluppata da Steve Wozniak, e la sua funzione principale è "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Clarifier

Scarica i file di estensione Clarifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
URL Ufficiale https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Descrizione Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Dimensione del File 46.04 KB
Conteggio Installazioni 25
Versione Corrente 1.1
Ultimo Aggiornamento 2016-03-29
Data di Pubblicazione 2016-03-28
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Steve Wozniak
Tipo di Pagamento free
URL della Pagina di Aiuto http://twitter.com/stephanwozniak
Lingue Supportate 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": [
        ""
    ]
}