TrumpBlock

Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.

TrumpBlockとは何ですか?

TrumpBlockはMaheshによって開発されたChromeの拡張機能で、その主な機能は「Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Use this extension if you hate seeing the name Donald Trump on your browser or if you just want to have some fun. It replaces Donald Trump by Mr. Bully and Melania Trump by Plagiarism Icon.

Not intended to hurt anyone but to beat some stress.

Any issues? Please contact: [email protected]                    

拡張機能の基本情報

名前 TrumpBlock TrumpBlock
ID ncomjcmhkflhahofhpnlldmpobaiihhf
公式URL https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf
説明 Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
ファイルサイズ 9.47 KB
インストール数 10
現在のバージョン 0.4
最終更新日 2016-11-11
公開日 2016-11-11
評価 5.00/5 合計 2 レビュー
開発者 Mahesh
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrumpBlock",
    "description": "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.",
    "version": "0.4",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Block Trump!!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "contents.js"
            ],
            "run_at": "document_end"
        }
    ]
}