Reverse Racism

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

Qu'est-ce que Reverse Racism ?

Reverse Racism est une extension Chrome développée par ReverseThatRacism, et sa fonction principale est "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reverse Racism

Téléchargez les fichiers d'extension Reverse Racism 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

                        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                    

Informations de Base sur l'Extension

Nom Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
URL Officiel https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Description Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Taille du Fichier 52.1 KB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-02
Date de Publication 2017-01-02
Évaluation 4.86/5 Total 7 Évaluations
Développeur ReverseThatRacism
Type de Paiement free
Site Web de l'Extension http://www.reversethatracism.com
Langues Prises en Charge 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"
        }
    ]
}