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.
Co to jest Tab Monster: Virtual Pet?
Tab Monster: Virtual Pet to rozszerzenie Chrome opracowane przez GHTH, a jego główną funkcją jest „Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Monster: Virtual Pet
Pobierz pliki rozszerzeń Tab Monster: Virtual Pet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
Oficjalny URL | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
Opis | Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality. |
Rozmiar pliku | 547 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-05-05 |
Data Publikacji | 2020-05-05 |
Ocena | 3.33/5 Łącznie 12 Oceny |
Deweloper | GHTH |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |