Ted Cruz Potato

This extension turns all references to Ted Cruz into 'a potato'

Что такое Ted Cruz Potato?

Ted Cruz Potato - это расширение Chrome, разработанное natekandler, и его основная функция - "This extension turns all references to Ted Cruz into 'a potato'".

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

screenshot

Скачать файл CRX расширения Ted Cruz Potato

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

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

                        Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato                    

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

Название Ted Cruz Potato Ted Cruz Potato
ID kfjelmikbelnnmlgmbmfpjkbiejgadag
Официальный URL https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag
Описание This extension turns all references to Ted Cruz into 'a potato'
Размер файла 3.69 KB
Количество установок 305
Текущая Версия 0.1
Последнее Обновление 2016-03-10
Дата публикации 2016-03-09
Рейтинг 5.00/5 Всего 7 оценок
Разработчик natekandler
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz Potato",
    "description": "This extension turns all references to Ted Cruz into 'a potato'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}