Trump-Blocker

Trump's face hurts my eyes

What is Trump-Blocker?

Trump-Blocker is a Chrome extension developed by Michele Riva, and its main feature is "Trump's face hurts my eyes".

Extension Screenshots

screenshot

Download Trump-Blocker Extension CRX File

Download 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

                        Like AdBlocker, but for Donald Trump. Change every Donald Trump's picture into an unicorn-pug photo.                    

Extension Basic Information

Name Trump-Blocker Trump-Blocker
ID mddogkoflcljpkeenojooceimcdebjkg
Official URL https://chromewebstore.google.com/detail/trump-blocker/mddogkoflcljpkeenojooceimcdebjkg
Description Trump's face hurts my eyes
File Size 1.29 MB
Installation Count 16
Current Version 0.0.1
Last Updated 2019-01-27
Publish Date 2019-01-22
Rating 5.00/5 Total 1 Ratings
Developer Michele Riva
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump-Blocker",
    "version": "0.0.1",
    "author": "Michele Riva,",
    "description": "Trump's face hurts my eyes",
    "manifest_version": 2,
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "Trump-Blocker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/trumpblocker.umd.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}