Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

O que é Drumpfinator++?

Drumpfinator++ é uma extensão do Chrome desenvolvida por McRain, e sua principal característica é "Add this app to your Chrome browser to make reading new articles great again.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Drumpfinator++

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

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

Informações Básicas da Extensão

Nome Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
URL Oficial https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
Descrição Add this app to your Chrome browser to make reading new articles great again.
Tamanho do Arquivo 150 KB
Contagem de Instalações 73
Versão Atual 1.0
Última Atualização 2016-03-13
Data de Publicação 2016-03-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor McRain
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}