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
官方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
    }
}