Trump-Blocker

This extension replaces Trumps face with cats

What is Trump-Blocker?

Trump-Blocker is a Chrome extension developed by epicurous, and its main feature is "This extension replaces Trumps face with cats".

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

                        Replaces Trump's face with kittens from placekitten.com

Contribute here: https://github.com/ColinTheRobot/trump-blocker                    

Extension Basic Information

Name Trump-Blocker Trump-Blocker
ID cieelbcbbngpkgenpdbligghjlgamlhl
Official URL https://chromewebstore.google.com/detail/trump-blocker/cieelbcbbngpkgenpdbligghjlgamlhl
Description This extension replaces Trumps face with cats
File Size 7.71 KB
Installation Count 52
Current Version 2.0.0
Last Updated 2017-05-02
Publish Date 2017-05-02
Rating 5.00/5 Total 1 Ratings
Developer epicurous
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump-Blocker",
    "description": "This extension replaces Trumps face with cats",
    "version": "2.0.0",
    "browser_action": {
        "default_icon": "info.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}