Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Что такое Trump-To-Babbling-Idiot?

Trump-To-Babbling-Idiot - это расширение Chrome, разработанное Ryan Ristine, и его основная функция - "Replaces any mention of our president with 'Babbling Idiot'.".

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

screenshot

Скачать файл CRX расширения Trump-To-Babbling-Idiot

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

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

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

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

Название Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
Официальный URL https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
Описание Replaces any mention of our president with 'Babbling Idiot'.
Размер файла 780 KB
Количество установок 48
Текущая Версия 1.1.2
Последнее Обновление 2017-01-21
Дата публикации 2017-01-21
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Ryan Ristine
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.ryanristine.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}