White male to Jew

Replaces the text 'white male' with 'Jew'.

O que é White male to Jew?

White male to Jew é uma extensão do Chrome desenvolvida por ZeroShift, e sua principal característica é "Replaces the text 'white male' with 'Jew'.".

Baixar o arquivo CRX da Extensão White male to Jew

Baixe arquivos de extensão White male to Jew 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

                        Chrome extension that replaces occurrences of 'White male' and other variations with 'Jew'

Ever wondered, "Hmm, these SJWs everywhere sure seem awfully bigoted" well now you can see it clear as day!

NOTE: This extension is satire and its contents are not to be taken seriously. By downloading and installing this extension you are waiving any right to be "triggered" by it or my other works. Any accusation of "triggering" or "privilege" will be met with 50 lashes with a wet noodle.

Source: https://github.com/Zero-Shift/White-Male-to-Jew                    

Informações Básicas da Extensão

Nome White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
URL Oficial https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Descrição Replaces the text 'white male' with 'Jew'.
Tamanho do Arquivo 3.49 KB
Contagem de Instalações 84
Versão Atual 1.1
Última Atualização 2015-01-25
Data de Publicação 2015-01-25
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor ZeroShift
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White male to Jew",
    "version": "1.1",
    "description": "Replaces the text 'white male' with 'Jew'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}