Racism Simulator

Converts 'white' to 'black' for maximum outrage.

Was ist Racism Simulator?

Racism Simulator ist eine Chrome-Erweiterung, die von RiceMerchant entwickelt wurde, und ihr Hauptmerkmal ist "Converts 'white' to 'black' for maximum outrage.".

Erweiterungsscreenshots

Racism Simulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Racism Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ever see articles bashing certain groups and thought to yourself how totally not okay it would be if the groups were replaced with another group?

This extension swaps the groups being written about on HuffingtonPost, Salon, Buzzfeed, Jezebel, and Gawker to show how much racism, sexism, and outright nastiness they get away with because they chose to target an "oppressor" group.

...and more!                    

Grundlegende Informationen zur Erweiterung

Name Racism Simulator Racism Simulator
ID dmjhkebiknajjcgfjcfaefladmonilah
Offizielle URL https://chromewebstore.google.com/detail/racism-simulator/dmjhkebiknajjcgfjcfaefladmonilah
Beschreibung Converts 'white' to 'black' for maximum outrage.
Dateigröße 23.04 KB
Installationsanzahl 2,031
Aktuelle Version 1.3
Letztes Update 2017-04-15
Veröffentlichungsdatum 2017-04-14
Bewertung 4.86/5 Insgesamt 235 Bewertungen
Entwickler RiceMerchant
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Racism Simulator",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Converts 'white' to 'black' for maximum outrage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.huffingtonpost.com\/*",
                "https:\/\/*.huffingtonpost.com\/*",
                "http:\/\/*.huffingtonpost.co.uk\/*",
                "https:\/\/*.huffingtonpost.co.uk\/*",
                "http:\/\/*.huffingtonpost.com.au\/*",
                "https:\/\/*.huffingtonpost.com.au\/*",
                "http:\/\/*.huffingtonpost.ca\/*",
                "https:\/\/*.huffingtonpost.ca\/*",
                "http:\/\/*.huffingtonpost.co.za\/*",
                "https:\/\/*.huffingtonpost.co.za\/*",
                "http:\/\/*.salon.com\/*",
                "https:\/\/*.salon.com\/*",
                "http:\/\/*.buzzfeed.com\/*",
                "https:\/\/*.buzzfeed.com\/*",
                "http:\/\/*.jezebel.com\/*",
                "https:\/\/*.jezebel.com\/*",
                "http:\/\/*.gawker.com\/*",
                "https:\/\/*.gawker.com\/*",
                "http:\/\/*.vice.com\/*",
                "https:\/\/*.vice.com\/*",
                "http:\/\/*.slate.com\/*",
                "https:\/\/*.slate.com\/*",
                "http:\/\/*.thinkprogress.org\/*",
                "https:\/\/*.thinkprogress.org\/*",
                "http:\/\/*.motherjones.com\/*",
                "https:\/\/*.motherjones.com\/*",
                "http:\/\/*.everydayfeminism.com\/*",
                "https:\/\/*.everydayfeminism.com\/*",
                "http:\/\/*.fusion.net\/*",
                "https:\/\/*.fusion.net\/*",
                "http:\/\/*.upworthy.com\/*",
                "https:\/\/*.upworthy.com\/*",
                "http:\/\/*.vox.com\/*",
                "https:\/\/*.vox.com\/*",
                "http:\/\/*.uproxx.com\/*",
                "https:\/\/*.uproxx.com\/*"
            ],
            "js": [
                "util.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}