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文件

下載Trump Kittens擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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