Trump to Kitten

Replaces pictures of Trump with pictures of kittens

Co je Trump to Kitten?

Trump to Kitten je rozšíření Chrome vyvinuté rtharrington, a jeho hlavní funkcí je „Replaces pictures of Trump with pictures of kittens“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Trump to Kitten

Stáhněte si soubory rozšíření Trump to Kitten ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Trump to Kitten Trump to Kitten
ID beomfpdbplioicfnipbchephbgfbpbmg
Oficiální URL https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg
Popis Replaces pictures of Trump with pictures of kittens
Velikost souboru 34.05 KB
Počet instalací 224
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-10-19
Datum Vydání 2016-10-18
Hodnocení 3.78/5 Celkem 9 Hodnocení
Vývojář rtharrington
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}