Trump Replacer

Replaces 'Trump' with various alternate terms

Trump Replacerとは何ですか?

Trump Replacerはmusteeによって開発されたChromeの拡張機能で、その主な機能は「Replaces 'Trump' with various alternate terms」です。

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

screenshot

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

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

拡張機能の使用方法

                        Replaces 'Trump' with various alternate, more accurate terms.                    

拡張機能の基本情報

名前 Trump Replacer Trump Replacer
ID jhkpjfpjfjgjohghkbekkbpokmjhblbe
公式URL https://chrome.google.com/webstore/detail/trump-replacer/jhkpjfpjfjgjohghkbekkbpokmjhblbe
説明 Replaces 'Trump' with various alternate terms
ファイルサイズ 4.25 KB
インストール数 16
現在のバージョン 1
最終更新日 2015-12-09
公開日 2015-12-09
評価 5.00/5 合計 1 レビュー
開発者 mustee
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "Replaces 'Trump' with various alternate terms",
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}