Donald Trump Filter

Block the Donald Trump and his stupidity

什么是Donald Trump Filter?

Donald Trump Filter是由ajones061392开发的Chrome扩展程序,该扩展的主要功能是“Block the Donald Trump and his stupidity”。

扩展截图

screenshot
screenshot

下载Donald Trump Filter扩展crx文件

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

扩展使用说明

                        Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! 

Aaron Jones                    

扩展基本信息

名称 Donald Trump Filter Donald Trump Filter
ID efjoldeklealkgmfnellniibecdmikio
官方URL https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio
简介 Block the Donald Trump and his stupidity
文件大小 63.75 KB
安装次数 110
当前版本 1.1
更新时间 2015-12-01
上架时间 2015-12-01
评分 2.89/5 共9次评分
开发者 ajones061392
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Filter",
    "description": "Block the Donald Trump and his stupidity",
    "version": "1.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}