Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

Что такое Trumpisms?

Trumpisms - это расширение Chrome, разработанное CaseySoftware, и его основная функция - "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.".

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

screenshot

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

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

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

                        This extension replaces various words with President Trump's preferred nicknames.

Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary"

Enjoy!                    

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

Название Trumpisms Trumpisms
ID feabnchiknilhgjblocljbhpcmdaiplc
Официальный URL https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc
Описание Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
Размер файла 208 KB
Количество установок 11
Текущая Версия 1.0.1
Последнее Обновление 2017-05-25
Дата публикации 2017-05-24
Рейтинг 4.86/5 Всего 7 оценок
Разработчик CaseySoftware
Тип оплаты free
URL страницы помощи https://github.com/caseysoftware/trumpisms
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpisms",
    "version": "1.0.1",
    "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "images\/laugh-48.png",
        "128": "images\/laugh-128.png"
    }
}