Trump to Duck

Replaces Trump with Duck

Trump to Duckとは何ですか?

Trump to DuckはFlaminxによって開発されたChromeの拡張機能で、その主な機能は「Replaces Trump with Duck」です。

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

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

拡張機能の使用方法

                        This changes every instance of Trump to Duck on webpages.                    

拡張機能の基本情報

名前 Trump to Duck Trump to Duck
ID djnakbkgcmemihclijflcocdpgbfchgd
公式URL https://chromewebstore.google.com/detail/trump-to-duck/djnakbkgcmemihclijflcocdpgbfchgd
説明 Replaces Trump with Duck
ファイルサイズ 21.61 KB
インストール数 36
現在のバージョン 1.0
最終更新日 2015-12-12
公開日 2015-12-12
評価 4.20/5 合計 5 レビュー
開発者 Flaminx
支払い方法 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 Trump with Duck",
    "icons": {
        "48": "LargeTrum.png",
        "128": "SmallTrum.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "D2D.js"
            ],
            "run_at": "document_end"
        }
    ]
}