Douche and Turd

Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.

Что такое Douche and Turd?

Douche and Turd - это расширение Chrome, разработанное Matthew Hynes, и его основная функция - "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".

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

screenshot
screenshot

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

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

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

                        This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it.

(No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)                    

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

Название Douche and Turd Douche and Turd
ID lbldenckphkphkiglelkdmioihlfghle
Официальный URL https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle
Описание Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Размер файла 32.48 KB
Количество установок 34
Текущая Версия 1.2
Последнее Обновление 2016-09-28
Дата публикации 2016-09-28
Рейтинг 5.00/5 Всего 12 оценок
Разработчик Matthew Hynes
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Douche and Turd",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}