The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

什么是The Dump Trump Club?

The Dump Trump Club是由Mack Flavelle开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.”。

扩展截图

screenshot

下载The Dump Trump Club扩展crx文件

下载The Dump Trump Club扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

扩展基本信息

名称 The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
官方URL https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
简介 A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
文件大小 3.54 KB
安装次数 32
当前版本 0.1
更新时间 2016-02-25
上架时间 2016-02-25
评分 5.00/5 共9次评分
开发者 Mack Flavelle
付费类型 free
扩展官网 http://thedumptrump.club
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}