Reverse Racism

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

Vad är Reverse Racism?

Reverse Racism är en Chrome-tillägg utvecklad av ReverseThatRacism, och dess huvudfunktion är "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Reverse Racism-förlängningens CRX-fil

Ladda ner Reverse Racism-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
Officiell webbadress https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Beskrivning Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Filstorlek 52.1 KB
Antal Installationer 53
Aktuell Version 1.0
Senast Uppdaterad 2017-01-02
Publiceringsdatum 2017-01-02
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare ReverseThatRacism
Betalningssätt free
Tilläggswebbplats http://www.reversethatracism.com
Stödda Språk 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"
        }
    ]
}