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
官方網址 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"
        }
    ]
}