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คืออะไร?

Tab Monster: Virtual Pet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GHTH และคุณลักษณะหลักของมันคือ "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Monster: Virtual Pet

ดาวน์โหลดไฟล์ส่วนขยาย Tab Monster: Virtual Pet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 Tab Monster: Virtual Pet
ID cfdecibhfojckfkmfpdioffpbalnmhaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj
คำอธิบาย Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
ขนาดไฟล์ 547 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-05-05
วันที่เผยแพร่ 2020-05-05
คะแนน 3.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา GHTH
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
    }
}