Donald Trump Blocker

This extension blocks all Donald Trump content

What is Donald Trump Blocker?

Donald Trump Blocker is a Chrome extension developed by random_geek, and its main feature is "This extension blocks all Donald Trump content".

Extension Screenshots

screenshot

Download Donald Trump Blocker Extension CRX File

Download Donald Trump Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Block images and web-links related to Donald Trump. This extension is similar to the ad blocker, but blocks Donald Trump related news items.                    

Extension Basic Information

Name Donald Trump Blocker Donald Trump Blocker
ID iaeeobcjohddjfmikhplekbfcjfkplmk
Official URL https://chrome.google.com/webstore/detail/donald-trump-blocker/iaeeobcjohddjfmikhplekbfcjfkplmk
Description This extension blocks all Donald Trump content
File Size 165 KB
Installation Count 25
Current Version 1.0
Last Updated 2015-10-27
Publish Date 2015-10-27
Rating 2.75/5 Total 4 Ratings
Developer random_geek
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Blocker",
    "description": "This extension blocks all Donald Trump content",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}