Reverse Racism

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

Cos'è Reverse Racism?

Reverse Racism è un'estensione di Chrome sviluppata da ReverseThatRacism, e la sua funzione principale è "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reverse Racism

Scarica i file di estensione Reverse Racism in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
URL Ufficiale https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Descrizione Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Dimensione del File 52.1 KB
Conteggio Installazioni 53
Versione Corrente 1.0
Ultimo Aggiornamento 2017-01-02
Data di Pubblicazione 2017-01-02
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore ReverseThatRacism
Tipo di Pagamento free
Sito Web dell'Estensione http://www.reversethatracism.com
Lingue Supportate 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"
        }
    ]
}