Trump to Kitten

Replaces pictures of Trump with pictures of kittens

Was ist Trump to Kitten?

Trump to Kitten ist eine Chrome-Erweiterung, die von rtharrington entwickelt wurde, und ihr Hauptmerkmal ist "Replaces pictures of Trump with pictures of kittens".

Erweiterungsscreenshots

screenshot
screenshot

Trump to Kitten-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trump to Kitten-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A Donald-oriented version of Stop Tony Meow, which turned the former prime minister of Australia, Tony Abbott, into kittens.                    

Grundlegende Informationen zur Erweiterung

Name Trump to Kitten Trump to Kitten
ID beomfpdbplioicfnipbchephbgfbpbmg
Offizielle URL https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg
Beschreibung Replaces pictures of Trump with pictures of kittens
Dateigröße 34.05 KB
Installationsanzahl 224
Aktuelle Version 1.0.1
Letztes Update 2016-10-19
Veröffentlichungsdatum 2016-10-18
Bewertung 3.78/5 Insgesamt 9 Bewertungen
Entwickler rtharrington
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Kitten",
    "short_name": "T2K",
    "version": "1.0.1",
    "description": "Replaces pictures of Trump with pictures of kittens",
    "icons": {
        "48": "icons\/ttk-48.png",
        "96": "icons\/ttk-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}