Nonsensical Trump Monikers

Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.

¿Qué es Nonsensical Trump Monikers?

Nonsensical Trump Monikers es una extensión de Chrome desarrollada por Unknown, y su función principal es "Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Nonsensical Trump Monikers

Descarga archivos de extensión Nonsensical Trump Monikers 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

                        "Fear of a name increases fear of the thing itself" - J.K. Rowling, Harry Potter and the Sorcerer's Stone. 

It must then follow that respect for the name increases respect for the thing itself.

Are you tired of seeing his name everywhere? Want to give him a new clownish moniker for every instance of his name on the internet? This extension does just that. PLEASE NOTE that this extension may generate inappropriate names that should probably not be read by small children. 

This extension will replace:
 - Trump
 - Donald Trump
 - DonaldTrump
 - Donald J. Trump

Don't worry, you can still enjoy Donald Duck related web content with no interference.

Version 1.11
------------
 - Fixed a bug in detecting when the content in a page has changed
 - Added several new words to the dictionary

Some code was used from Tom Maxwell's project here: 
https://9to5google.com/2015/06/14/how-to-make-a-chrome-extensions/                    

Información Básica de la Extensión

Nombre Nonsensical Trump Monikers Nonsensical Trump Monikers
ID dkoihnbbjhokldfdahggimpfpkfiacke
URL Oficial https://chromewebstore.google.com/detail/nonsensical-trump-moniker/dkoihnbbjhokldfdahggimpfpkfiacke
Descripción Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.
Tamaño del Archivo 4.42 KB
Cantidad de Instalaciones 34
Versión Actual 1.11
Última Actualización 2016-11-23
Fecha de Publicación 2016-11-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nonsensical Trump Monikers",
    "description": "Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.",
    "version": "1.11",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "trumpfilter.js"
            ],
            "run_at": "document_end"
        }
    ]
}