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 هو إضافة Chrome تم تطويرها بواسطة GHTH، والميزة الرئيسية لها هي "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Monster: Virtual Pet
قم بتنزيل ملفات الامتداد Tab Monster: Virtual Pet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |