Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

What is Bongo Cat Typing?

Bongo Cat Typing is a Chrome extension developed by mburakerman, and its main feature is "Let Bongo Cat accompany you while you are typing.".

Extension Screenshots

screenshot

Download Bongo Cat Typing Extension CRX File

Download Bongo Cat Typing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

Extension Basic Information

Name Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
Official URL https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
Description Let Bongo Cat accompany you while you are typing.
File Size 56.39 KB
Installation Count 2,000
Current Version 1.0.4
Last Updated 2022-05-04
Publish Date 2022-04-20
Rating 3.67/5 Total 3 Ratings
Developer mburakerman
Email [email protected]
Payment Type free
Extension Website https://mburakerman.github.io/
Supported Languages 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": [
                ""
            ]
        }
    ]
}