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.

O que é Tab Monster: Virtual Pet?

Tab Monster: Virtual Pet é uma extensão do Chrome desenvolvida por GHTH, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Monster: Virtual Pet

Baixe arquivos de extensão Tab Monster: Virtual Pet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tab Monster: Virtual Pet Tab Monster: Virtual Pet
ID cfdecibhfojckfkmfpdioffpbalnmhaj
URL Oficial https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj
Descrição Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Tamanho do Arquivo 547 KB
Contagem de Instalações 3,000
Versão Atual 1.0.1
Última Atualização 2020-05-05
Data de Publicação 2020-05-05
Classificação 3.33/5 Total de 12 Avaliações
Desenvolvedor GHTH
Tipo de Pagamento free
Idiomas Suportados 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
    }
}