PokeDemon - Pokemon Replacer

Removes the word Pokemon from all web pages and replaces it with a random word

O que é PokeDemon - Pokemon Replacer?

PokeDemon - Pokemon Replacer é uma extensão do Chrome desenvolvida por https://diginomadic.com/apps, e sua principal característica é "Removes the word Pokemon from all web pages and replaces it with a random word".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PokeDemon - Pokemon Replacer

Baixe arquivos de extensão PokeDemon - Pokemon Replacer 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

                        PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you.                    

Informações Básicas da Extensão

Nome PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
URL Oficial https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Descrição Removes the word Pokemon from all web pages and replaces it with a random word
Tamanho do Arquivo 38.52 KB
Contagem de Instalações 36
Versão Atual 1.0.1
Última Atualização 2016-07-23
Data de Publicação 2016-07-23
Classificação 2.50/5 Total de 4 Avaliações
Desenvolvedor https://diginomadic.com/apps
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokeDemon - Pokemon Replacer",
    "description": "Removes the word Pokemon from all web pages and replaces it with a random word",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "short_name": "PokeDemon",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}