Make America Kittens Again

Replaces images of Donald Trump with kittens. Again.

Cos'è Make America Kittens Again?

Make America Kittens Again è un'estensione di Chrome sviluppata da tomroyaldotcom, e la sua funzione principale è "Replaces images of Donald Trump with kittens. Again.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Make America Kittens Again

Scarica i file di estensione Make America Kittens Again in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Make America Kittens Again Make America Kittens Again
ID klchnmggepghlcolikgaekpibclpmgcm
URL Ufficiale https://chromewebstore.google.com/detail/make-america-kittens-agai/klchnmggepghlcolikgaekpibclpmgcm
Descrizione Replaces images of Donald Trump with kittens. Again.
Dimensione del File 8.72 MB
Conteggio Installazioni 20,000
Versione Corrente 1.4.1
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2019-09-28
Valutazione 4.01/5 Totale 785 Valutazioni
Sviluppatore tomroyaldotcom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.tomroyal.com
URL della Pagina di Aiuto http://www.tomroyal.com/make-america-kittens-again-faq/
Lingue Supportate 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"
    ]
}