Trump to Drumpf

Replaces occurrences of 'Trump' with 'Drumpf' in your browser.

Trump to Drumpfとは何ですか?

Trump to Drumpfはkevinlizarazo.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces occurrences of 'Trump' with 'Drumpf' in your browser.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Self-explanatory. Please enjoy. Make Donald Drumpf Again.                    

拡張機能の基本情報

名前 Trump to Drumpf Trump to Drumpf
ID ipokicffalmoaepoghfejaheodcighcp
公式URL https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp
説明 Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
ファイルサイズ 3.4 KB
インストール数 64
現在のバージョン 1.0.1
最終更新日 2016-11-14
公開日 2016-11-14
評価 3.00/5 合計 2 レビュー
開発者 kevinlizarazo.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Drumpf",
    "version": "1.0.1",
    "description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}