Clarifier

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

Qu'est-ce que Clarifier ?

Clarifier est une extension Chrome développée par Steve Wozniak, et sa fonction principale est "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clarifier

Téléchargez les fichiers d'extension Clarifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
URL Officiel https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Description Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Taille du Fichier 46.04 KB
Nombre d'Installations 25
Version Actuelle 1.1
Dernière Mise à Jour 2016-03-29
Date de Publication 2016-03-28
Évaluation 3.00/5 Total 3 Évaluations
Développeur Steve Wozniak
Type de Paiement free
URL de la Page d'Aide http://twitter.com/stephanwozniak
Langues Prises en Charge 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": [
        ""
    ]
}