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
官方網址 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"
        }
    ]
}