Nonsensical Trump Monikers

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

Nonsensical Trump Monikersとは何ですか?

Nonsensical Trump MonikersはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.」です。

拡張機能のスクリーンショット

screenshot

Nonsensical Trump Monikers拡張機能のCRXファイルをダウンロード

Nonsensical Trump Monikers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Nonsensical Trump Monikers Nonsensical Trump Monikers
ID dkoihnbbjhokldfdahggimpfpkfiacke
公式URL https://chromewebstore.google.com/detail/nonsensical-trump-moniker/dkoihnbbjhokldfdahggimpfpkfiacke
説明 Tired of hearing his name everywhere? This will replace it with a randomly selected but still recognizeable nickname.
ファイルサイズ 4.42 KB
インストール数 34
現在のバージョン 1.11
最終更新日 2016-11-23
公開日 2016-11-23
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
        }
    ]
}