Trump to Chump

Replaces the text 'Trump' with 'Chump' for obvious reasons.

Trump to Chumpとは何ですか?

Trump to ChumpはArsenalによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Trump' with 'Chump' for obvious reasons.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Trump to Chump Trump to Chump
ID cmepdjapkhfephneckblhdglohcodebc
公式URL https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc
説明 Replaces the text 'Trump' with 'Chump' for obvious reasons.
ファイルサイズ 3.53 KB
インストール数 31
現在のバージョン 0.1
最終更新日 2015-11-06
公開日 2015-11-06
評価 5.00/5 合計 7 レビュー
開発者 Arsenal
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Chump",
    "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}