Trump Replacer

This extension will replace all mentions of Trump's name with your selected word or phrase

Trump Replacerとは何ですか?

Trump Replacerはtaylor.hocuttによって開発されたChromeの拡張機能で、その主な機能は「This extension will replace all mentions of Trump's name with your selected word or phrase」です。

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

screenshot

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

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

拡張機能の使用方法

                        Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.                    

拡張機能の基本情報

名前 Trump Replacer Trump Replacer
ID iadkfodhaefhacmoigoakjcoagcfffld
公式URL https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld
説明 This extension will replace all mentions of Trump's name with your selected word or phrase
ファイルサイズ 6.09 KB
インストール数 114
現在のバージョン 1.6
最終更新日 2016-11-21
公開日 2016-11-21
評価 4.83/5 合計 6 レビュー
開発者 taylor.hocutt
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "This extension will replace all mentions of Trump's name with your selected word or phrase",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}