Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Apa itu Bongo Cat Typing?

Bongo Cat Typing adalah ekstensi Chrome yang dikembangkan oleh mburakerman, dan fitur utamanya adalah "Let Bongo Cat accompany you while you are typing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bongo Cat Typing

Unduh file ekstensi Bongo Cat Typing 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

                        I wanted someone to be with me while i typing & make this tiny extension.

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

Informasi Dasar Ekstensi

Nama Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
URL Resmi https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
Deskripsi Let Bongo Cat accompany you while you are typing.
Ukuran File 56.39 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2022-05-04
Tanggal Publikasi 2022-04-20
Penilaian 3.67/5 Total 3 Penilaian
Pengembang mburakerman
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mburakerman.github.io/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bongo Cat Typing",
    "version": "1.0.4",
    "description": "Let Bongo Cat accompany you while you are typing.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon-passive-128.jpg"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bongo-cat-typing-1.png",
                "bongo-cat-typing-2.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}