Clarifier

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

O que é Clarifier?

Clarifier é uma extensão do Chrome desenvolvida por Steve Wozniak, e sua principal característica é "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clarifier

Baixe arquivos de extensão Clarifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
URL Oficial https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Descrição Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Tamanho do Arquivo 46.04 KB
Contagem de Instalações 25
Versão Atual 1.1
Última Atualização 2016-03-29
Data de Publicação 2016-03-28
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor Steve Wozniak
Tipo de Pagamento free
URL da Página de Ajuda http://twitter.com/stephanwozniak
Idiomas Suportados 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": [
        ""
    ]
}