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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Monster: Virtual Pet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Monster: Virtual Pet Tab Monster: Virtual Pet
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
    }
}