White male to Jew

Replaces the text 'white male' with 'Jew'.

Co to jest White male to Jew?

White male to Jew to rozszerzenie Chrome opracowane przez ZeroShift, a jego główną funkcją jest „Replaces the text 'white male' with 'Jew'.”.

Pobierz plik CRX rozszerzenia White male to Jew

Pobierz pliki rozszerzeń White male to Jew 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

                        Chrome extension that replaces occurrences of 'White male' and other variations with 'Jew'

Ever wondered, "Hmm, these SJWs everywhere sure seem awfully bigoted" well now you can see it clear as day!

NOTE: This extension is satire and its contents are not to be taken seriously. By downloading and installing this extension you are waiving any right to be "triggered" by it or my other works. Any accusation of "triggering" or "privilege" will be met with 50 lashes with a wet noodle.

Source: https://github.com/Zero-Shift/White-Male-to-Jew                    

Podstawowe informacje o rozszerzeniu

Nazwa White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
Oficjalny URL https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Opis Replaces the text 'white male' with 'Jew'.
Rozmiar pliku 3.49 KB
Liczba instalacji 84
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-01-25
Data Publikacji 2015-01-25
Ocena 4.25/5 Łącznie 8 Oceny
Deweloper ZeroShift
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White male to Jew",
    "version": "1.1",
    "description": "Replaces the text 'white male' with 'Jew'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}