Trump Kittens

Replace images of Donald Trump with cute little kittens

Qu'est-ce que Trump Kittens ?

Trump Kittens est une extension Chrome développée par https://www.trumpkittens.com, et sa fonction principale est "Replace images of Donald Trump with cute little kittens".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trump Kittens

Téléchargez les fichiers d'extension Trump Kittens au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trump Kittens Trump Kittens
ID ccghcnenefcpjjikaalmfkafenlhagpn
URL Officiel https://chromewebstore.google.com/detail/trump-kittens/ccghcnenefcpjjikaalmfkafenlhagpn
Description Replace images of Donald Trump with cute little kittens
Taille du Fichier 238 KB
Nombre d'Installations 1,218
Version Actuelle 0.0.7
Dernière Mise à Jour 2019-06-24
Date de Publication 2019-06-24
Évaluation 4.41/5 Total 34 Évaluations
Développeur https://www.trumpkittens.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}