Meow, The Cat Pet

Meow is a virtual Cat pet who walks on your screen while you're browsing the web.

Co je Meow, The Cat Pet?

Meow, The Cat Pet je rozšíření Chrome vyvinuté https://www.meowplayground.com, a jeho hlavní funkcí je „Meow is a virtual Cat pet who walks on your screen while you're browsing the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Meow, The Cat Pet

Stáhněte si soubory rozšíření Meow, The Cat Pet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Please notice
-------------
- Due to restrictions related to google Chrome, the pet won't show on pages such as the "new tab". It will work on any other standard website.
- The permissions we request when installing the extension are required in order to "draw" the pet on the pages that you visit.
We absolutely do not collect or monitor any personal information from your browser.
- You can remove the extension by right clicking the paw icon added to your browser, and clicking "Remove from chrome".
------------
Introduction
------------
Meet your new virtual friend, Meow the Cat Pet.
This game is about a pet named Meow, a lovely cat that will keep you company while you're using your google chrome browser.
The sweet cat will walk on your screen, talk to you, and will wait for you to feed, play and pet him.
He will also remind you to drink, blink, and correct your posture. 
You can also add your own reminders.
And if you need a break from work, or if you're just bored, you can join the playground. The playground is a play room with games, and a multiplayer chat room with other Meows from all over the world.
Meow is more than just a virtual cat pet, Meow is a friend.

If you adore cats, and you dream about kittens ^^, you must check Meow out.
He's already waiting for you to adopt him!

Key Features
------------
- A cute Cat walks on your screen
- You take care of your new furry friend
- It has moods, it can be tired, sad, hungry, happy
- Chat with other cats online at the playground 
- Play with other cats online at the playground 
- It will talk to you and say funny cat things
- Many other surprises.
- Choose between different skins and animals! You can choose between a dog or different cat types
- It's Free!


Coming soon
-----------
- Display multiple pets on your screen :)                    

Základní Informace o Rozšíření

Název Meow, The Cat Pet Meow, The Cat Pet
ID ejgnolahdlcimijhloboakpjogbfdkkp
Oficiální URL https://chromewebstore.google.com/detail/meow-the-cat-pet/ejgnolahdlcimijhloboakpjogbfdkkp
Popis Meow is a virtual Cat pet who walks on your screen while you're browsing the web.
Velikost souboru 3.97 MB
Počet instalací 220,712
Aktuální Verze 1.13.0
Poslední Aktualizace 2023-10-21
Datum Vydání 2020-01-19
Hodnocení 4.39/5 Celkem 1469 Hodnocení
Vývojář https://www.meowplayground.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.meowplayground.com
URL Stránky Nápovědy https://www.meowplayground.com/tutorial
URL Stránky Zásad Ochrany Soukromí https://www.meowplayground.com/privacy
Podporované Jazyky en,ru,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.13.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Cat Pet",
        "default_popup": "\/html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "js\/*.png",
                "images\/*.jpg",
                "images\/*.svg",
                "js\/*.json",
                "js\/*.atlas",
                "sound\/*.mp3"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.meowthecatpet.com\/game*",
                "*:\/\/*.meowplayground.com\/game*",
                "*:\/\/localhost:5443\/game*",
                "*:\/\/www.gominigames.com*",
                "*:\/\/www.askuseme.com*",
                "*:\/\/www.agomer.com*",
                "*:\/\/ultrasfan.club*",
                "*:\/\/rspo.com*"
            ],
            "css": [
                "\/css\/dist\/catpet.css"
            ],
            "js": [
                "\/js\/dist\/browserLoader.js",
                "\/js\/dist\/runCat.js"
            ]
        },
        {
            "matches": [
                "https:\/\/beta.meowthecatpet.com\/game*",
                "https:\/\/www.meowplayground.com\/game*",
                "http:\/\/localhost:5443\/game\/*"
            ],
            "js": [
                "js\/domain-sync.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}