The Garnisher

Replaces words with other words to create funny scenarios.

Что такое The Garnisher?

The Garnisher - это расширение Chrome, разработанное Elliot Brazier, и его основная функция - "Replaces words with other words to create funny scenarios.".

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

screenshot

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

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

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

                        The Garnisher is designed to mess with your webpage by making grammar and spelling errors

Donald Trump -> Donald Duck
Hillary (Rodham) Clinton -> Hill (Hamrod) Dog
Uppercase I's are now lowercase
Investigated -> instigated
Can't -> can
seven -> 7
Their and they're -> there
whose -> whos
Obama -> Osama
debate -> dance-off
self driving -> uncontrollably swerving
poll -> psychic reading
horsepower -> tons of horsemeat
candidate -> airbender
drone -> dog
vows to -> probably won't
at large -> very large
successfully -> suddenly
expands -> physically expands
an unknown number -> like hundreds
front runner -> blade runner
global -> spherical
no indication -> lots of signs 


I would not recommend using this for anything other than pranking                    

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

Название The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
Официальный URL https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Описание Replaces words with other words to create funny scenarios.
Размер файла 15.84 KB
Количество установок 20
Текущая Версия 1.12
Последнее Обновление 2016-01-08
Дата публикации 2016-01-08
Рейтинг 1.75/5 Всего 4 оценок
Разработчик Elliot Brazier
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Garnisher",
    "description": "Replaces words with other words to create funny scenarios.",
    "version": "1.12",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*\/*\/*"
            ],
            "js": [
                "findandreplacedomtext.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}