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'est-ce que Tab Monster: Virtual Pet ?
Tab Monster: Virtual Pet est une extension Chrome développée par GHTH, et sa fonction principale est "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Monster: Virtual Pet
Téléchargez les fichiers d'extension Tab Monster: Virtual Pet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Informations de Base sur l'Extension
Nom | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
URL Officiel | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
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. |
Taille du Fichier | 547 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-05-05 |
Date de Publication | 2020-05-05 |
Évaluation | 3.33/5 Total 12 Évaluations |
Développeur | GHTH |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |