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"
        }
    ]
}