Chromagochi

A little browser critter to take care of

Chromagochi란 무엇입니까?

Chromagochi은(는) aquilax에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A little browser critter to take care of"입니다.

확장 프로그램 스크린샷

screenshot

Chromagochi 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}