Trump to Duck

Replaces 'Donald Trump' with 'Donald Duck' on all websites.

Trump to Duckとは何ですか?

Trump to DuckはMelvinによって開発されたChromeの拡張機能で、その主な機能は「Replaces 'Donald Trump' with 'Donald Duck' on all websites.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Make the internet great again with this extension that replaces all text occurrences of Donald Trump with Donald Duck.                    

拡張機能の基本情報

名前 Trump to Duck Trump to Duck
ID pjkmmjikebglpgmjajabpdnkbnliobca
公式URL https://chromewebstore.google.com/detail/trump-to-duck/pjkmmjikebglpgmjajabpdnkbnliobca
説明 Replaces 'Donald Trump' with 'Donald Duck' on all websites.
ファイルサイズ 3.36 KB
インストール数 25
現在のバージョン 1.0
最終更新日 2016-11-09
公開日 2016-11-09
評価 5.00/5 合計 1 レビュー
開発者 Melvin
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Duck",
    "version": "1.0",
    "description": "Replaces 'Donald Trump' with 'Donald Duck' on all websites.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}