Chromagochi

A little browser critter to take care of

Chromagochi là gì?

Chromagochi là một tiện ích mở rộng Chrome được phát triển bởi aquilax, và tính năng chính của nó là "A little browser critter to take care of".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chromagochi

Tải xuống các tệp mở rộng Chromagochi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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;                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chromagochi Chromagochi
ID beegmjpglpekcgcegnpikjnndlblacif
URL Chính Thức https://chromewebstore.google.com/detail/chromagochi/beegmjpglpekcgcegnpikjnndlblacif
Mô tả A little browser critter to take care of
Kích Thước Tệp 15.53 KB
Số Lần Cài Đặt 9,513
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-09-10
Ngày Phát Hành 2017-12-22
Đánh Giá 3.54/5 Tổng số 24 Đánh Giá
Nhà Phát Triển aquilax
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}