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
公式URL 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
        }
    ]
}