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.

¿Qué es The Dump Trump Club?

The Dump Trump Club es una extensión de Chrome desarrollada por Mack Flavelle, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Dump Trump Club

Descarga archivos de extensión The Dump Trump Club en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
URL Oficial https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Descripción A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Tamaño del Archivo 3.54 KB
Cantidad de Instalaciones 32
Versión Actual 0.1
Última Actualización 2016-02-25
Fecha de Publicación 2016-02-25
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Mack Flavelle
Tipo de Pago free
Sitio Web de la Extensión http://thedumptrump.club
Idiomas Soportados 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
        }
    ]
}