Nonsensical Trump Monikers

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

O que é Nonsensical Trump Monikers?

Nonsensical Trump Monikers é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nonsensical Trump Monikers

Baixe arquivos de extensão Nonsensical Trump Monikers 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

                        "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/                    

Informações Básicas da Extensão

Nome Nonsensical Trump Monikers Nonsensical Trump Monikers
ID dkoihnbbjhokldfdahggimpfpkfiacke
URL Oficial https://chromewebstore.google.com/detail/nonsensical-trump-moniker/dkoihnbbjhokldfdahggimpfpkfiacke
Descrição Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.
Tamanho do Arquivo 4.42 KB
Contagem de Instalações 34
Versão Atual 1.11
Última Atualização 2016-11-23
Data de Publicação 2016-11-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}