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是由GHTH開發的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.”。

擴展截圖

screenshot

下載Tab Monster: Virtual Pet擴展crx文件

下載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
官方網址 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
    }
}