Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Qu'est-ce que Bongo Cat Typing ?

Bongo Cat Typing est une extension Chrome développée par mburakerman, et sa fonction principale est "Let Bongo Cat accompany you while you are typing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bongo Cat Typing

Téléchargez les fichiers d'extension Bongo Cat Typing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

Informations de Base sur l'Extension

Nom Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
URL Officiel https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
Description Let Bongo Cat accompany you while you are typing.
Taille du Fichier 56.39 KB
Nombre d'Installations 2,000
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-05-04
Date de Publication 2022-04-20
Évaluation 3.67/5 Total 3 Évaluations
Développeur mburakerman
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mburakerman.github.io/
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}