Drumpf

Replaces the Trump name with the original name within the current content.

Drumpfとは何ですか?

Drumpfはalexakoによって開発されたChromeの拡張機能で、その主な機能は「Replaces the Trump name with the original name within the current content.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
公式URL https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
説明 Replaces the Trump name with the original name within the current content.
ファイルサイズ 36.99 KB
インストール数 10
現在のバージョン 1.0
最終更新日 2016-03-06
公開日 2016-03-06
評価 5.00/5 合計 1 レビュー
開発者 alexako
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}