Reverse Racism

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

Что такое Reverse Racism?

Reverse Racism - это расширение Chrome, разработанное ReverseThatRacism, и его основная функция - "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Reverse Racism

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

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

                        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                    

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

Название Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
Официальный URL https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Описание Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Размер файла 52.1 KB
Количество установок 53
Текущая Версия 1.0
Последнее Обновление 2017-01-02
Дата публикации 2017-01-02
Рейтинг 4.86/5 Всего 7 оценок
Разработчик ReverseThatRacism
Тип оплаты free
Официальный сайт расширения http://www.reversethatracism.com
Поддерживаемые языки 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"
        }
    ]
}