Virtual Pets

Virtual Pets it's application that add cute pets to your browser!

Τι είναι το Virtual Pets;

Το Virtual Pets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://virtual-pets.freeonlineapps.net, και η κύρια λειτουργία του είναι "Virtual Pets it's application that add cute pets to your browser!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Virtual Pets

Λήψη αρχείων επέκτασης Virtual Pets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Virtual Pets is a chrome extension which adds a cute pet to your browser

Your pet will not let you live in peace because you need to feed him, play with him, put him to bed and drive
to the gym so that he is always happy and healthy!

========================================
Some simple rules in Virtual Pets for Google Chrome™

HEALTH LEVEL
Your pet's health begins to decline when one or more of the health bars for food, play, or sleep reaches 60% or below.
The more health bars which are at 60% or below, the faster health begins to decrease. You want to ensure your pet is happy!

Feeding your pet
The FEED button will feed your pet , your pet will eat and become more full with each press of the button, but not more than 100%.
Playing with your Pet
The PLAY button will take your pet out for a walk, which will increase their level of PLAY happiness health bar.

Sleeping
The sleep button will send your pet to bed, the pet will go into sleep mode. You cannot feed him at this time, play
with him or go to the gym. The decrease in food health bar slows down while the pet is sleeping.

GYM
Pressing the GYM button increases the level of health of your pet by 10% and raises its level by 1, your pet will also grow bigger/change in
appearance after going to the gym. After pressing the button, there is a cool down period for your pet to rest from the gym.
The maximum pet level is 8.

Try raising a virtual pet now before you decide to get a pet in real life. See if you have the dedication and energy before you make this lifechanging decision!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Virtual Pets Virtual Pets
ID fcfnajiodojcjajkmpapddkjcdfmcaga
Επίσημο URL https://chromewebstore.google.com/detail/virtual-pets/fcfnajiodojcjajkmpapddkjcdfmcaga
Περιγραφή Virtual Pets it's application that add cute pets to your browser!
Μέγεθος Αρχείου 3.33 MB
Αριθμός Εγκαταστάσεων 10,459
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2023-10-28
Ημερομηνία Δημοσίευσης 2020-05-07
Αξιολόγηση 4.16/5 Συνολικά 152 Αξιολογήσεις
Προγραμματιστής https://virtual-pets.freeonlineapps.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://virtual-pets.freeonlineapps.net
Διεύθυνση URL της Σελίδας Βοήθειας https://virtual-pets.freeonlineapps.net/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.freebusinessapps.net/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "virtual pet",
    "default_locale": "en",
    "version": "3.0.1",
    "offline_enabled": true,
    "manifest_version": 3,
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.freeonlineapps.net\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/virtual-pets.freeonlineapps.net"
}