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.
What is Tab Monster: Virtual Pet?
Tab Monster: Virtual Pet is a Chrome extension developed by GHTH, and its main feature 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.".
Extension Screenshots
Download Tab Monster: Virtual Pet Extension CRX File
Download Tab Monster: Virtual Pet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Extension Basic Information
Name | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
Official URL | 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. |
File Size | 547 KB |
Installation Count | 3,000 |
Current Version | 1.0.1 |
Last Updated | 2020-05-05 |
Publish Date | 2020-05-05 |
Rating | 3.33/5 Total 12 Ratings |
Developer | GHTH |
Payment Type | free |
Supported Languages | 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 } } |