Ted Cruz is the Zodiac Killer

Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Что такое Ted Cruz is the Zodiac Killer?

Ted Cruz is the Zodiac Killer - это расширение Chrome, разработанное Andrew Kerr, и его основная функция - "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".

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

screenshot

Скачать файл CRX расширения Ted Cruz is the Zodiac Killer

Скачайте файлы расширений Ted Cruz is the Zodiac Killer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Obvious parody is obvious.

Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.                    

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

Название Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
Официальный URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
Описание Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Размер файла 3.47 KB
Количество установок 46
Текущая Версия 1.0.2
Последнее Обновление 2016-03-03
Дата публикации 2016-03-02
Рейтинг 4.17/5 Всего 6 оценок
Разработчик Andrew Kerr
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer",
    "version": "1.0.2",
    "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.",
    "author": "Andrew Kerr",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "zodiac-killer.js"
            ]
        }
    ],
    "short_name": "cruziszodiac",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}