Trump McDuck

A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck

Trump McDuckとは何ですか?

Trump McDuckはhttps://thisismyurl.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck」です。

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

screenshot

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

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

拡張機能の使用方法

                        Trump McDuck is a fun extension that changes Donald Trump to Scrooge McDuck in your browser.

It also replaces the phrase Donald with Scrooge, and Trump with McDuck.                    

拡張機能の基本情報

名前 Trump McDuck Trump McDuck
ID kfpnjcchmigkcjmnnnfelbjpiffjemln
公式URL https://chromewebstore.google.com/detail/trump-mcduck/kfpnjcchmigkcjmnnnfelbjpiffjemln
説明 A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck
ファイルサイズ 5.52 KB
インストール数 12
現在のバージョン 1.0.1
最終更新日 2016-12-12
公開日 2016-12-12
評価 5.00/5 合計 1 レビュー
開発者 https://thisismyurl.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://thisismyurl.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump McDuck",
    "description": "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}