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.
Tab Monster: Virtual Petとは何ですか?
Tab Monster: Virtual PetはGHTHによって開発されたChromeの拡張機能で、その主な機能は「Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.」です。
拡張機能のスクリーンショット
Tab Monster: Virtual Pet拡張機能のCRXファイルをダウンロード
Tab Monster: Virtual Pet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
拡張機能の基本情報
名前 | |
ID | cfdecibhfojckfkmfpdioffpbalnmhaj |
公式URL | https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj |
説明 | Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality. |
ファイルサイズ | 547 KB |
インストール数 | 3,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-05-05 |
公開日 | 2020-05-05 |
評価 | 3.33/5 合計 12 レビュー |
開発者 | GHTH |
支払い方法 | free |
対応言語 | 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 } } |