Chromagochi

A little browser critter to take care of

Chromagochiとは何ですか?

Chromagochiはaquilaxによって開発されたChromeの拡張機能で、その主な機能は「A little browser critter to take care of」です。

拡張機能のスクリーンショット

screenshot

Chromagochi拡張機能のCRXファイルをダウンロード

Chromagochi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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;                    

拡張機能の基本情報

名前 Chromagochi Chromagochi
ID beegmjpglpekcgcegnpikjnndlblacif
公式URL https://chromewebstore.google.com/detail/chromagochi/beegmjpglpekcgcegnpikjnndlblacif
説明 A little browser critter to take care of
ファイルサイズ 15.53 KB
インストール数 9,513
現在のバージョン 1.6
最終更新日 2023-09-10
公開日 2017-12-22
評価 3.54/5 合計 24 レビュー
開発者 aquilax
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}