Happy dog - virtual pet for you and friends

Take care of a virtual pet together with your friends or as an office pet with your team

Happy dog - virtual pet for you and friends क्या है?

Happy dog - virtual pet for you and friends Alan Lu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take care of a virtual pet together with your friends or as an office pet with your team"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Happy dog - virtual pet for you and friends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A virtual pet living in your browser. Keeping you company while you work, study, or browse the web. Take care of it, feed it, play with it together with your friends.

You can also talk to your happy dog! Happy dog is powered by state of the art AI. Share how you feel and let them cheer you up!

Note: your happy dog won't show on "new tab" or Chrome Web Store.

FAQ
* Not all websites welcome your pet, try a different site if your pet doesn't show up
* Your pet gets 1 "star" every time you interact with it. But will lose them slowly if you ignore the pet for too long. You can then get new goodies with "stars"
* "Mood" increases when you walk, give toys, treat, feed, or pet it
* "Mood" decreases gradually if you don't interact with it for too long
* "Stomach" increases when you feed it or give treats
* "Stomach" decreases gradually if you don't feed it for too long
* "Poop" increases gradually over time
* "Poop" becomes 0 every time you let it poop
* "Energy" decreases every time you play with it, walk it, or pet it
* "Energy" increases gradually when your pet sleeps (shhh! Don't wake it up)
* "Health" increases if your pet is well fed, well rested, and has good mood
* "Health" decreases if your pet is hungry, tired, and has bad mood for too long                    

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

नाम Happy dog - virtual pet for you and friends Happy dog - virtual pet for you and friends
ID cdoblkdcnbcdlcfklmbmkapbekgfbijp
आधिकारिक URL https://chromewebstore.google.com/detail/happy-dog-virtual-pet-for/cdoblkdcnbcdlcfklmbmkapbekgfbijp
विवरण Take care of a virtual pet together with your friends or as an office pet with your team
फ़ाइल का आकार 1.64 MB
स्थापना संख्या 71,878
वर्तमान संस्करण 2.18.0
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2020-11-26
रेटिंग 4.31/5 कुल 124 रेटिंग्स
डेवलपर Alan Lu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gethappydog.com/
गोपनीयता नीति पृष्ठ URL https://www.gethappydog.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Happy dog - virtual pet for you and friends",
    "description": "Take care of a virtual pet together with your friends or as an office pet with your team",
    "version": "2.18.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup\/index.html",
        "default_title": "office pet"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icons\/logo.png",
        "16": "icons\/logo.png",
        "48": "icons\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Open_Sans\/*",
                "images\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "551090273917-9birclmi0h67hcgbqhfo7dkla2j15rcs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo1a0qysXhQq\/sQt+bEOqjifBTb5Qw6wtZ3GrWJDBcR29MQrtNyqpGY0WVCxOqVO7K4pubFozzgUTMq4epXuenvWfbw4P5\/1IWHuENq5sjAABs9ODQcPkbdHu2B0DTGwmporajJzpq92qbo9nAwYXYdIXy23bKOP9lLTKQkfN+QOj8uNfAn\/xLFYvZos\/4qjYuG+J5AeOZuGAnhl8+NG01HWQvRmvi034hN1GhMp4H5RhKHQHggvFAXJwYMpV5CtZkie+VQejHPLAFuX25u4Dd93dS\/xUGsTFfDFHlA\/gCtrm7sb7HZz9ola5IM3ii6ZjR6ZRVNKk07oikQfzAu6X+QIDAQAB"
}