Cat > Trump

Replacing (some of) Donald Trump's images with a cat.

Wat is Cat > Trump?

Cat > Trump is een Chrome-extensie ontwikkeld door leahxraexcar, en de belangrijkste functie is "Replacing (some of) Donald Trump's images with a cat.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cat > Trump

Download Cat > Trump-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replacing (some of) Donald Trump's images with a cat.                    

Basisinformatie over de Extensie

Naam Cat > Trump Cat > Trump
ID keihijkeloabonioojkiohiloiebnbdl
Officiële URL https://chrome.google.com/webstore/detail/cat-%3E-trump/keihijkeloabonioojkiohiloiebnbdl
Beschrijving Replacing (some of) Donald Trump's images with a cat.
Bestandsgrootte 114 KB
Aantal Installaties 41
Huidige Versie 0.1
Laatst Bijgewerkt 2016-11-16
Publicatiedatum 2016-11-16
Ontwikkelaar leahxraexcar
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat > Trump",
    "version": "0.1",
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}