Reverse Racism

Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.

O que é Reverse Racism?

Reverse Racism é uma extensão do Chrome desenvolvida por ReverseThatRacism, e sua principal característica é "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reverse Racism

Baixe arquivos de extensão Reverse Racism 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

                        http://www.reversethatracism.com

Apparently one cannot be racist against white people.  Use this plugin to see what a seemingly harmless attack on white people would look like if put towards any other race.

When the extension is enabled, instances of the word 'white' in any page are replaced with a different race.

#ReverseThatRacism                    

Informações Básicas da Extensão

Nome Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
URL Oficial https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Descrição Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Tamanho do Arquivo 52.1 KB
Contagem de Instalações 53
Versão Atual 1.0
Última Atualização 2017-01-02
Data de Publicação 2017-01-02
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor ReverseThatRacism
Tipo de Pagamento free
Site da Extensão http://www.reversethatracism.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reverse Racism",
    "description": "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "32": "on.png"
        },
        "default_title": "icon"
    },
    "icons": {
        "16": "on_16.png",
        "48": "on_48.png",
        "128": "on.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}