Make America Kittens Again

Replaces images of Donald Trump with kittens. Again.

ما هو Make America Kittens Again؟

Make America Kittens Again هو إضافة Chrome تم تطويرها بواسطة tomroyaldotcom، والميزة الرئيسية لها هي "Replaces images of Donald Trump with kittens. Again.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Make America Kittens Again

قم بتنزيل ملفات الامتداد Make America Kittens Again بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Make America Kittens Again Make America Kittens Again
ID klchnmggepghlcolikgaekpibclpmgcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-america-kittens-agai/klchnmggepghlcolikgaekpibclpmgcm
الوصف Replaces images of Donald Trump with kittens. Again.
حجم الملف 8.72 MB
عدد التثبيتات 20,000
النسخة الحالية 1.4.1
آخر تحديث 2024-01-15
تاريخ النشر 2019-09-28
تقييم 4.01/5 مجموع تقييمات 785
المطور tomroyaldotcom
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.tomroyal.com
عنوان صفحة المساعدة http://www.tomroyal.com/make-america-kittens-again-faq/
اللغات المدعومة 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"
    ]
}