Chromagochi

A little browser critter to take care of

What is Chromagochi?

Chromagochi is a Chrome extension developed by aquilax, and its main feature is "A little browser critter to take care of".

Extension Screenshots

screenshot

Download Chromagochi Extension CRX File

Download Chromagochi 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

                        Simple small critter for you to take care of. It's HP decrease every minute and your mission is to keep it alive by clicking on the icon before it reaches 0. If you let your Chromagochi parish, a new one will replace it.

===== Updates =====

v 1.6
Remove GA integration

v 1.5
Fixed death 

v 1.4
Embrace life and death. Chromagochies are no longer immortal.

v 1.3
Event tracking

v 1.2
Even better Rainbow power;

v 1.1
Rainbow power activated;                    

Extension Basic Information

Name Chromagochi Chromagochi
ID beegmjpglpekcgcegnpikjnndlblacif
Official URL https://chromewebstore.google.com/detail/chromagochi/beegmjpglpekcgcegnpikjnndlblacif
Description A little browser critter to take care of
File Size 15.53 KB
Installation Count 9,513
Current Version 1.6
Last Updated 2023-09-10
Publish Date 2017-12-22
Rating 3.54/5 Total 24 Ratings
Developer aquilax
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromagochi",
    "short_name": "Chromagochi",
    "description": "A little browser critter to take care of",
    "version": "1.6",
    "browser_action": {
        "default_icon": "assets\/img\/icon19.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    }
}