Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Wat is Bongo Cat Typing?

Bongo Cat Typing is een Chrome-extensie ontwikkeld door mburakerman, en de belangrijkste functie is "Let Bongo Cat accompany you while you are typing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bongo Cat Typing

Download Bongo Cat Typing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

Basisinformatie over de Extensie

Naam Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
Officiële URL https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
Beschrijving Let Bongo Cat accompany you while you are typing.
Bestandsgrootte 56.39 KB
Aantal Installaties 2,000
Huidige Versie 1.0.4
Laatst Bijgewerkt 2022-05-04
Publicatiedatum 2022-04-20
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar mburakerman
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mburakerman.github.io/
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}