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.
Wat is Tab Monster: Virtual Pet?
Tab Monster: Virtual Pet is een Chrome-extensie ontwikkeld door GHTH, en de belangrijkste functie is "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Monster: Virtual Pet
Download Tab Monster: Virtual Pet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Basisinformatie over de Extensie
Naam | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
Officiële URL | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
Beschrijving | Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality. |
Bestandsgrootte | 547 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-05-05 |
Publicatiedatum | 2020-05-05 |
Beoordeling | 3.33/5 Totaal 12 Beoordelingen |
Ontwikkelaar | GHTH |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |