Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Cos'è Bongo Cat Typing?

Bongo Cat Typing è un'estensione di Chrome sviluppata da mburakerman, e la sua funzione principale è "Let Bongo Cat accompany you while you are typing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bongo Cat Typing

Scarica i file di estensione Bongo Cat Typing 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

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

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

Informazioni di Base sull'Estensione

Nome Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
URL Ufficiale https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
Descrizione Let Bongo Cat accompany you while you are typing.
Dimensione del File 56.39 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0.4
Ultimo Aggiornamento 2022-05-04
Data di Pubblicazione 2022-04-20
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore mburakerman
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mburakerman.github.io/
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}