Meow, The Cat Pet

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

ما هو Meow, The Cat Pet؟

Meow, The Cat Pet هو إضافة Chrome تم تطويرها بواسطة https://www.meowplayground.com، والميزة الرئيسية لها هي "Meow is a virtual Cat pet who walks on your screen while you're browsing the web.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Meow, The Cat Pet

قم بتنزيل ملفات الامتداد Meow, The Cat Pet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 :)                    

معلومات أساسية عن التمديد

الاسم Meow, The Cat Pet Meow, The Cat Pet
ID ejgnolahdlcimijhloboakpjogbfdkkp
عنوان URL الرسمي https://chromewebstore.google.com/detail/meow-the-cat-pet/ejgnolahdlcimijhloboakpjogbfdkkp
الوصف Meow is a virtual Cat pet who walks on your screen while you're browsing the web.
حجم الملف 3.97 MB
عدد التثبيتات 220,712
النسخة الحالية 1.13.0
آخر تحديث 2023-10-21
تاريخ النشر 2020-01-19
تقييم 4.39/5 مجموع تقييمات 1469
المطور https://www.meowplayground.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.meowplayground.com
عنوان صفحة المساعدة https://www.meowplayground.com/tutorial
عنوان صفحة سياسة الخصوصية https://www.meowplayground.com/privacy
اللغات المدعومة 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"
    }
}