Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Trump to Festering Anusとは何ですか?

Trump to Festering AnusはDrunken Sasquatchによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Donald Trump' with 'Festering Anus'.」です。

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

screenshot

Trump to Festering Anus拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. 

Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism?
 
Regardless (or irregardless as a Trump supporter might say), you should just install this extension.                    

拡張機能の基本情報

名前 Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
公式URL https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
説明 Replaces the text 'Donald Trump' with 'Festering Anus'.
ファイルサイズ 26.98 KB
インストール数 155
現在のバージョン 1.5
最終更新日 2015-12-28
公開日 2015-12-28
評価 4.76/5 合計 21 レビュー
開発者 Drunken Sasquatch
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Festering Anus",
    "short_name": "T2A",
    "version": "1.5",
    "icons": {
        "128": "trump-head.png"
    },
    "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}