Make America Kittens Again

Replaces images of Donald Trump with kittens. Again.

什么是Make America Kittens Again?

Make America Kittens Again是由tomroyaldotcom开发的Chrome扩展程序,该扩展的主要功能是“Replaces images of Donald Trump with kittens. Again.”。

扩展截图

screenshot

下载Make America Kittens Again扩展crx文件

下载Make America Kittens Again扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    ]
}