Firewall Trump

The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.

What is Firewall Trump?

Firewall Trump is a Chrome extension developed by gcollazo, and its main feature is "The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.".

Extension Screenshots

screenshot
screenshot

Download Firewall Trump Extension CRX File

Download Firewall Trump 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

                                            

Extension Basic Information

Name Firewall Trump Firewall Trump
ID ogogoppfpbgaeieikehihejnnkjenfnb
Official URL https://chromewebstore.google.com/detail/firewall-trump/ogogoppfpbgaeieikehihejnnkjenfnb
Description The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.
File Size 38.01 KB
Installation Count 108
Current Version 1.3
Last Updated 2016-10-09
Publish Date 2016-10-09
Rating 4.71/5 Total 7 Ratings
Developer gcollazo
Payment Type free
Extension Website http://www.firewalltrump.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Firewall Trump",
    "version": "1.3",
    "description": "The Firewall Trump extension delivers a beautiful Trump\u2013Free Internet experience. If he\u2019s building a wall, we\u2019ll build a firewall.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "websiteBlocker.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ]
}