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.
Cos'è Tab Monster: Virtual Pet?
Tab Monster: Virtual Pet è un'estensione di Chrome sviluppata da GHTH, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Tab Monster: Virtual Pet
Scarica i file di estensione Tab Monster: Virtual Pet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Informazioni di Base sull'Estensione
Nome | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
Descrizione | Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality. |
Dimensione del File | 547 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-05-05 |
Data di Pubblicazione | 2020-05-05 |
Valutazione | 3.33/5 Totale 12 Valutazioni |
Sviluppatore | GHTH |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |