Trump Kittens

Replace images of Donald Trump with cute little kittens

Trump Kittens란 무엇입니까?

Trump Kittens은(는) https://www.trumpkittens.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace images of Donald Trump with cute little kittens"입니다.

확장 프로그램 스크린샷

screenshot

Trump Kittens 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you're anything like me, you're truly over seeing pictures of the Donald and his entourage everywhere in the media. If a website attempts to display an image of Trump and the image is tagged or titled with his name, then you'll get a cute kitten instead. It's so theraputic and is a very effective stress reliever.

It also deals with pictures of Melania, Tunbull and some other irritating reality tv 'celebrities and douchebag politicians.

Now with support for Nigel Farage

v 004 - fixed bug when content served over https. Added support for blocking Tony Abbott and Pauline Hanson
v 005 - added support for Drumpf and Dutton. Thanks for the idea David!
v 006 - added Kellyanne Conway by popular request....
v 007 - added Israel Folau. For Danny.                    

확장 프로그램 기본 정보

이름 Trump Kittens Trump Kittens
ID ccghcnenefcpjjikaalmfkafenlhagpn
공식 URL https://chromewebstore.google.com/detail/trump-kittens/ccghcnenefcpjjikaalmfkafenlhagpn
설명 Replace images of Donald Trump with cute little kittens
파일 크기 238 KB
설치 횟수 1,218
현재 버전 0.0.7
최근 업데이트 2019-06-24
출시 날짜 2019-06-24
평점 4.41/5 총 34 개의 평점
개발자 https://www.trumpkittens.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replace images of Donald Trump with cute little kittens",
    "homepage_url": "http:\/\/www.trumpkittens.com\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "name": "Trump Kittens",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7"
}