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
官方網址 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"
    ]
}