Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

Trump Duck Extensionとは何ですか?

Trump Duck Extensionはtommybgoodeによって開発されたChromeの拡張機能で、その主な機能は「Replaces all mentions of Donald Trump with Donald Duck. Good times.」です。

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

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

拡張機能の使用方法

                        Replaces mentions of the Republican presidential candidate with mentions of the Disney character.                    

拡張機能の基本情報

名前 Trump Duck Extension Trump Duck Extension
ID cefmmojephggejabeafkdlpgngeielem
公式URL https://chromewebstore.google.com/detail/trump-duck-extension/cefmmojephggejabeafkdlpgngeielem
説明 Replaces all mentions of Donald Trump with Donald Duck. Good times.
ファイルサイズ 54.96 KB
インストール数 17
現在のバージョン 0.1.0
最終更新日 2016-01-28
公開日 2016-01-27
評価 5.00/5 合計 1 レビュー
開発者 tommybgoode
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Duck Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}