Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

Co je Nigel to Kitten?

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

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Nigel 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í

                        That's pretty much all there is to say about that.                    

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

Název Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
Oficiální URL https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
Popis Replaces pictures of Nigel Farage with pictures of kittens
Velikost souboru 3.65 KB
Počet instalací 17
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-06-25
Datum Vydání 2016-06-24
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář rtharrington
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigel to Kitten",
    "short_name": "N2K",
    "version": "1.0.0",
    "description": "Replaces pictures of Nigel Farage with pictures of kittens",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}