The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

什麼是The Dump Trump Club?

The Dump Trump Club是由Mack Flavelle開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.”。

擴展截圖

screenshot

下載The Dump Trump Club擴展crx文件

下載The Dump Trump Club擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

擴展基本資訊

名稱 The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
官方網址 https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
簡介 A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
檔案大小 3.54 KB
安裝次數 32
目前版本 0.1
更新時間 2016-02-25
上架時間 2016-02-25
評分 5.00/5 共 9 次評分
開發者 Mack Flavelle
付費類型 free
擴展官網 http://thedumptrump.club
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}