Make America Kittens Again

Replaces images of Donald Trump with kittens. Again.

Wat is Make America Kittens Again?

Make America Kittens Again is een Chrome-extensie ontwikkeld door tomroyaldotcom, en de belangrijkste functie is "Replaces images of Donald Trump with kittens. Again.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Make America Kittens Again

Download Make America Kittens Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Make America Kittens Again Make America Kittens Again
ID klchnmggepghlcolikgaekpibclpmgcm
Officiële URL https://chromewebstore.google.com/detail/make-america-kittens-agai/klchnmggepghlcolikgaekpibclpmgcm
Beschrijving Replaces images of Donald Trump with kittens. Again.
Bestandsgrootte 8.72 MB
Aantal Installaties 20,000
Huidige Versie 1.4.1
Laatst Bijgewerkt 2024-01-15
Publicatiedatum 2019-09-28
Beoordeling 4.01/5 Totaal 785 Beoordelingen
Ontwikkelaar tomroyaldotcom
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.tomroyal.com
Help Pagina-URL http://www.tomroyal.com/make-america-kittens-again-faq/
Ondersteunde Talen 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"
    ]
}