White male to Jew

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

Что такое White male to Jew?

White male to Jew - это расширение Chrome, разработанное ZeroShift, и его основная функция - "Replaces the text 'white male' with 'Jew'.".

Скачать файл CRX расширения White male to Jew

Скачайте файлы расширений White male to Jew в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
Официальный URL https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Описание Replaces the text 'white male' with 'Jew'.
Размер файла 3.49 KB
Количество установок 84
Текущая Версия 1.1
Последнее Обновление 2015-01-25
Дата публикации 2015-01-25
Рейтинг 4.25/5 Всего 8 оценок
Разработчик ZeroShift
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}