Trump to Kitten

Replaces pictures of Trump with pictures of kittens

What is Trump to Kitten?

Trump to Kitten is a Chrome extension developed by rtharrington, and its main feature is "Replaces pictures of Trump with pictures of kittens".

Extension Screenshots

screenshot
screenshot

Download Trump to Kitten Extension CRX File

Download Trump to Kitten 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

                        A Donald-oriented version of Stop Tony Meow, which turned the former prime minister of Australia, Tony Abbott, into kittens.                    

Extension Basic Information

Name Trump to Kitten Trump to Kitten
ID beomfpdbplioicfnipbchephbgfbpbmg
Official URL https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg
Description Replaces pictures of Trump with pictures of kittens
File Size 34.05 KB
Installation Count 224
Current Version 1.0.1
Last Updated 2016-10-19
Publish Date 2016-10-18
Rating 3.78/5 Total 9 Ratings
Developer rtharrington
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Kitten",
    "short_name": "T2K",
    "version": "1.0.1",
    "description": "Replaces pictures of Trump with pictures of kittens",
    "icons": {
        "48": "icons\/ttk-48.png",
        "96": "icons\/ttk-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}