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.
Was ist Tab Monster: Virtual Pet?
Tab Monster: Virtual Pet ist eine Chrome-Erweiterung, die von GHTH entwickelt wurde, und ihr Hauptmerkmal ist "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".
Erweiterungsscreenshots
Tab Monster: Virtual Pet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Monster: Virtual Pet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
Offizielle URL | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
Beschreibung | Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality. |
Dateigröße | 547 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-05-05 |
Veröffentlichungsdatum | 2020-05-05 |
Bewertung | 3.33/5 Insgesamt 12 Bewertungen |
Entwickler | GHTH |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |