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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}