Terrorists to Communists

Replaces terrorists with communists

Что такое Terrorists to Communists?

Terrorists to Communists - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces terrorists with communists".

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

screenshot
screenshot

Скачать файл CRX расширения Terrorists to Communists

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

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

                        Communists are scary. But what's even scarier than communists? COMMUNISTS.

The Red Scare returns, coming soon to a browser near you. McCarthyism, the Chrome extension.                    

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

Название Terrorists to Communists Terrorists to Communists
ID pddpoicomcfeklpandjbocolimheohcn
Официальный URL https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn
Описание Replaces terrorists with communists
Размер файла 52.86 KB
Количество установок 72
Текущая Версия 1.0
Последнее Обновление 2015-10-18
Дата публикации 2015-10-18
Рейтинг 2.18/5 Всего 11 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://github.com/ChimeraCoder/terrorists-to-communists
URL страницы помощи https://github.com/ChimeraCoder/terrorists-to-communists/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terrorists to Communists",
    "version": "1.0",
    "description": "Replaces terrorists with communists",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Source\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}