Clarifier

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

Wat is Clarifier?

Clarifier is een Chrome-extensie ontwikkeld door Steve Wozniak, en de belangrijkste functie is "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clarifier

Download Clarifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
Officiële URL https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Beschrijving Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Bestandsgrootte 46.04 KB
Aantal Installaties 25
Huidige Versie 1.1
Laatst Bijgewerkt 2016-03-29
Publicatiedatum 2016-03-28
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Steve Wozniak
Betalingswijze free
Help Pagina-URL http://twitter.com/stephanwozniak
Ondersteunde Talen 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": [
        ""
    ]
}