Cat > Trump

Replacing (some of) Donald Trump's images with a cat.

What is Cat > Trump?

Cat > Trump is a Chrome extension developed by leahxraexcar, and its main feature is "Replacing (some of) Donald Trump's images with a cat.".

Extension Screenshots

screenshot
screenshot

Download Cat > Trump Extension CRX File

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

                        Replacing (some of) Donald Trump's images with a cat.                    

Extension Basic Information

Name Cat > Trump Cat > Trump
ID keihijkeloabonioojkiohiloiebnbdl
Official URL https://chrome.google.com/webstore/detail/cat-%3E-trump/keihijkeloabonioojkiohiloiebnbdl
Description Replacing (some of) Donald Trump's images with a cat.
File Size 114 KB
Installation Count 41
Current Version 0.1
Last Updated 2016-11-16
Publish Date 2016-11-16
Developer leahxraexcar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat > Trump",
    "version": "0.1",
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}