Make America Kittens Again

Replaces images of Donald Trump with kittens. Again.

What is Make America Kittens Again?

Make America Kittens Again is a Chrome extension developed by tomroyaldotcom, and its main feature is "Replaces images of Donald Trump with kittens. Again.".

Extension Screenshots

screenshot

Download Make America Kittens Again Extension CRX File

Download Make America Kittens Again 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 Donald Trump with kittens. Because:

A) Trump is a disgrace
B) Kittens are lovely, and
C) I couldn't find a Creative Commons photo of a blobfish to use.

Note: this plugin does not advocate against or incite hatred towards groups of people based on their race or ethnic origin, religion, disability, gender, age, veteran status, nationality, sexual orientation, gender, gender identity or any other characteristic that is associated with systematic discrimination or marginalisation. 

It advocates for kittens in the specific case of Donald Trump.                    

Extension Basic Information

Name Make America Kittens Again Make America Kittens Again
ID klchnmggepghlcolikgaekpibclpmgcm
Official URL https://chromewebstore.google.com/detail/make-america-kittens-agai/klchnmggepghlcolikgaekpibclpmgcm
Description Replaces images of Donald Trump with kittens. Again.
File Size 8.72 MB
Installation Count 20,000
Current Version 1.4.1
Last Updated 2024-01-15
Publish Date 2019-09-28
Rating 4.01/5 Total 785 Ratings
Developer tomroyaldotcom
Email [email protected]
Payment Type free
Extension Website http://www.tomroyal.com
Help Page URL http://www.tomroyal.com/make-america-kittens-again-faq/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make America Kittens Again",
    "description": "Replaces images of Donald Trump with kittens. Again.",
    "version": "1.4.1",
    "options_page": "makaoptions.html",
    "permissions": [
        "http:\/\/www.teaandkittens.co.uk\/",
        "contextMenus"
    ],
    "icons": {
        "48": "maka48.png",
        "128": "maka128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "maka48.png",
            "128": "maka128.png"
        },
        "default_title": "#MAKA",
        "default_popup": "makaoptions.html"
    },
    "background": {
        "scripts": [
            "setmakamenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "maka.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "kittens\/*.jpg"
    ]
}