Hitler's Advocate

Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"

O que é Hitler's Advocate?

Hitler's Advocate é uma extensão do Chrome desenvolvida por Adge, e sua principal característica é "Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hitler's Advocate

Baixe arquivos de extensão Hitler's Advocate 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

                        MRA hate-nerds, rape apologists, latent racists, mansplaining art bros, with a twinkle in their eye they say  "we'll, If I may just play Devil's advocate for a moment..." Begrudging, yet selfless, public defenders assigned to take up the case of the very incarnation of evil all for the patriotic duty to due process in argument. 

But something inside you says "Ummm, He's the DEVIL. He probably doesn't need yet another lawyer going to bat for him." But suppose he does? Then surely Hitler deserves a good advocate or two here and there as well.

With this extension you can automatically change all instances of "Devil's Advocate" with "Hitler's Advocate" and  do your part to give Hitler a fighting chance in the court of public opinion.                    

Informações Básicas da Extensão

Nome Hitler's Advocate Hitler's Advocate
ID pakmjpfanpcpeojjglaakdhdihlcdopm
URL Oficial https://chromewebstore.google.com/detail/hitlers-advocate/pakmjpfanpcpeojjglaakdhdihlcdopm
Descrição Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"
Tamanho do Arquivo 28.43 KB
Contagem de Instalações 209
Versão Atual 1.0
Última Atualização 2016-08-12
Data de Publicação 2016-08-12
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor Adge
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hitler's Advocate",
    "description": "Replaces all utterances of \"Devil\" in \"Devil\u2019 s Advocate\" with literally \"Hitler\" ",
    "version": "1.0",
    "icons": {
        "220": "advocate.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}