President Keroppi

Replace Trump with Keroppi and be happy all day

Что такое President Keroppi?

President Keroppi - это расширение Chrome, разработанное Unknown, и его основная функция - "Replace Trump with Keroppi and be happy all day".

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

screenshot

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

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

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

                        Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"                    

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

Название President Keroppi President Keroppi
ID ddfjkjlcnfhjpmhaooejocainmdacilk
Официальный URL https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk
Описание Replace Trump with Keroppi and be happy all day
Размер файла 27.39 KB
Количество установок 197
Текущая Версия 2.0
Последнее Обновление 2016-11-18
Дата публикации 2016-11-18
Рейтинг 4.50/5 Всего 6 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Keroppi",
    "description": "Replace Trump with Keroppi and be happy all day",
    "version": "2.0",
    "icons": {
        "128": "images\/Keroppiicon128.png",
        "48": "images\/Keroppiicon48.png",
        "16": "images\/Keroppiicon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}