Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

Cos'è Nigel to Kitten?

Nigel to Kitten è un'estensione di Chrome sviluppata da rtharrington, e la sua funzione principale è "Replaces pictures of Nigel Farage with pictures of kittens".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nigel to Kitten

Scarica i file di estensione Nigel to Kitten in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
URL Ufficiale https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
Descrizione Replaces pictures of Nigel Farage with pictures of kittens
Dimensione del File 3.65 KB
Conteggio Installazioni 17
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-06-25
Data di Pubblicazione 2016-06-24
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore rtharrington
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}