Tab Monster: Virtual Pet
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Tab Monster: Virtual Pet là gì?
Tab Monster: Virtual Pet là một tiện ích mở rộng Chrome được phát triển bởi GHTH, và tính năng chính của nó là "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tab Monster: Virtual Pet
Tải xuống các tệp mở rộng Tab Monster: Virtual Pet 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
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
Mô tả | Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality. |
Kích Thước Tệp | 547 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-05-05 |
Ngày Phát Hành | 2020-05-05 |
Đánh Giá | 3.33/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | GHTH |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Monster: Virtual Pet", "version": "1.0.1", "description": "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.", "icons": { "128": "assets\/logo-128.png", "48": "assets\/logo-48.png", "16": "assets\/logo-16.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |