CatFestation

Change all images on your friends computer to cats!

Apa itu CatFestation?

CatFestation adalah ekstensi Chrome yang dikembangkan oleh manzieric, dan fitur utamanya adalah "Change all images on your friends computer to cats!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CatFestation

Unduh file ekstensi CatFestation 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

                        Get this extension to prank your friends. Replaces all images on a site with cat pictures!                    

Informasi Dasar Ekstensi

Nama CatFestation CatFestation
ID goofkbnadlobcmpgbdibjdhpadfedjbn
URL Resmi https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn
Deskripsi Change all images on your friends computer to cats!
Ukuran File 41.62 KB
Jumlah Instalasi 17
Versi Saat Ini 0.2.7
Terakhir Diperbarui 2016-01-13
Tanggal Publikasi 2016-01-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang manzieric
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatFestation",
    "description": "Change all images on your friends computer to cats!",
    "version": "0.2.7",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}