Lone Wolf

They're not a lone wolf, they're a white terrorist

Что такое Lone Wolf?

Lone Wolf - это расширение Chrome, разработанное jemtallon, и его основная функция - "They're not a lone wolf, they're a white terrorist".

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

screenshot

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

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

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

                        Tired of racist journalists labeling every brown person with a gun as a "terrorist" but every white person with a gun as a "lone wolf"? Let's fix that glitch.                    

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

Название Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
Официальный URL https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
Описание They're not a lone wolf, they're a white terrorist
Размер файла 4.2 KB
Количество установок 30
Текущая Версия 1.0.0
Последнее Обновление 2017-10-02
Дата публикации 2017-10-02
Рейтинг 3.50/5 Всего 4 оценок
Разработчик jemtallon
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lone Wolf",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "They're not a lone wolf, they're a white terrorist",
    "browser_action": {
        "name": "Lone Wolf",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}