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.

¿Qué es Tab Monster: Virtual Pet?

Tab Monster: Virtual Pet es una extensión de Chrome desarrollada por GHTH, y su función principal es "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Monster: Virtual Pet

Descarga archivos de extensión Tab Monster: Virtual Pet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.                    

Información Básica de la Extensión

Nombre Tab Monster: Virtual Pet Tab Monster: Virtual Pet
ID cfdecibhfojckfkmfpdioffpbalnmhaj
URL Oficial https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj
Descripción Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Tamaño del Archivo 547 KB
Cantidad de Instalaciones 3,000
Versión Actual 1.0.1
Última Actualización 2020-05-05
Fecha de Publicación 2020-05-05
Calificación 3.33/5 Total de 12 Calificaciones
Desarrollador GHTH
Tipo de Pago free
Idiomas Soportados 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
    }
}