The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

O que é The Dump Trump Club?

The Dump Trump Club é uma extensão do Chrome desenvolvida por Mack Flavelle, e sua principal característica é "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Dump Trump Club

Baixe arquivos de extensão The Dump Trump Club 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

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

Informações Básicas da Extensão

Nome The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
URL Oficial https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Descrição A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Tamanho do Arquivo 3.54 KB
Contagem de Instalações 32
Versão Atual 0.1
Última Atualização 2016-02-25
Data de Publicação 2016-02-25
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Mack Flavelle
Tipo de Pagamento free
Site da Extensão http://thedumptrump.club
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}