President Keroppi

Replace Trump with Keroppi and be happy all day

O que é President Keroppi?

President Keroppi é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replace Trump with Keroppi and be happy all day".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão President Keroppi

Baixe arquivos de extensão President Keroppi no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!"                    

Informações Básicas da Extensão

Nome President Keroppi President Keroppi
ID ddfjkjlcnfhjpmhaooejocainmdacilk
URL Oficial https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk
Descrição Replace Trump with Keroppi and be happy all day
Tamanho do Arquivo 27.39 KB
Contagem de Instalações 197
Versão Atual 2.0
Última Atualização 2016-11-18
Data de Publicação 2016-11-18
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}