Nonsensical Trump Monikers

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

What is Nonsensical Trump Monikers?

Nonsensical Trump Monikers is a Chrome extension developed by Unknown, and its main feature is "Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.".

Extension Screenshots

screenshot

Download Nonsensical Trump Monikers Extension CRX File

Download Nonsensical Trump Monikers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Nonsensical Trump Monikers Nonsensical Trump Monikers
ID dkoihnbbjhokldfdahggimpfpkfiacke
Official URL https://chromewebstore.google.com/detail/nonsensical-trump-moniker/dkoihnbbjhokldfdahggimpfpkfiacke
Description Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.
File Size 4.42 KB
Installation Count 34
Current Version 1.11
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}