Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

Apa itu Nigel to Kitten?

Nigel to Kitten adalah ekstensi Chrome yang dikembangkan oleh rtharrington, dan fitur utamanya adalah "Replaces pictures of Nigel Farage with pictures of kittens".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nigel to Kitten

Unduh file ekstensi Nigel to Kitten dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
URL Resmi https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
Deskripsi Replaces pictures of Nigel Farage with pictures of kittens
Ukuran File 3.65 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-06-25
Tanggal Publikasi 2016-06-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang rtharrington
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}