Trump2Poop

Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.

Что такое Trump2Poop?

Trump2Poop - это расширение Chrome, разработанное Steve M. Romain, и его основная функция - "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.".

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

screenshot
screenshot
screenshot

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

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

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

                        Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man.

Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.                    

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

Название Trump2Poop Trump2Poop
ID kdkbjajjmloepgdifkhfcnjibpheholg
Официальный URL https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg
Описание Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
Размер файла 102 KB
Количество установок 90
Текущая Версия 0.0.1.1
Последнее Обновление 2015-08-10
Дата публикации 2015-08-10
Рейтинг 4.82/5 Всего 11 оценок
Разработчик Steve M. Romain
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump2Poop",
    "version": "0.0.1.1",
    "manifest_version": 2,
    "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.",
    "icons": {
        "16": "images\/poop2.16.png",
        "48": "images\/poop2.48.png",
        "128": "images\/poop2.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/poop1.jpg",
        "images\/poop2.jpg"
    ]
}