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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.meowplayground.com/tutorial
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}