Drumpf

Replaces the Trump name with the original name within the current content.

O que é Drumpf?

Drumpf é uma extensão do Chrome desenvolvida por alexako, e sua principal característica é "Replaces the Trump name with the original name within the current content.".

Baixar o arquivo CRX da Extensão Drumpf

Baixe arquivos de extensão Drumpf 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

                                            

Informações Básicas da Extensão

Nome Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
URL Oficial https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Descrição Replaces the Trump name with the original name within the current content.
Tamanho do Arquivo 36.99 KB
Contagem de Instalações 10
Versão Atual 1.0
Última Atualização 2016-03-06
Data de Publicação 2016-03-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor alexako
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}