Reverse Racism

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

Co to jest Reverse Racism?

Reverse Racism to rozszerzenie Chrome opracowane przez ReverseThatRacism, a jego główną funkcją jest „Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Reverse Racism

Pobierz pliki rozszerzeń Reverse Racism w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
Oficjalny URL https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Opis Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Rozmiar pliku 52.1 KB
Liczba instalacji 53
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-01-02
Data Publikacji 2017-01-02
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper ReverseThatRacism
Typ Płatności free
Strona Rozszerzenia http://www.reversethatracism.com
Obsługiwane Języki 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"
        }
    ]
}