Trumpblock

Replace images of Donald Trump with a #trumpblock

What is Trumpblock?

Trumpblock is a Chrome extension developed by http://trumpblock.mx, and its main feature is "Replace images of Donald Trump with a #trumpblock".

Extension Screenshots

screenshot

Download Trumpblock Extension CRX File

Download Trumpblock 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

                        I LEARNED TO SET A GOAL AND TO BLOCK OUT OTHER THINGS AND JUST FOCUS ON THIS ONE THING 
#TRUMPBLOCK. 

No kittens, no hair memes. Just a way to surf the internet without detaching yourself from reality but without having to endure more theatrics.

Follow us on twitter @trumpblock
www.trumpblock.mx                    

Extension Basic Information

Name Trumpblock Trumpblock
ID pipjonnboflelokcjbnklghcopacclbl
Official URL https://chrome.google.com/webstore/detail/trumpblock/pipjonnboflelokcjbnklghcopacclbl
Description Replace images of Donald Trump with a #trumpblock
File Size 138 KB
Installation Count 13
Current Version 2.18
Last Updated 2017-07-11
Publish Date 2017-07-11
Rating 5.00/5 Total 2 Ratings
Developer http://trumpblock.mx
Payment Type free
Extension Website http://www.trumpblock.mx
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replace images of Donald Trump with a #trumpblock",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Trumpblock",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "version": "2.18"
}