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 là gì?

Meow, The Cat Pet là một tiện ích mở rộng Chrome được phát triển bởi https://www.meowplayground.com, và tính năng chính của nó là "Meow is a virtual Cat pet who walks on your screen while you're browsing the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meow, The Cat Pet

Tải xuống các tệp mở rộng Meow, The Cat Pet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meow, The Cat Pet Meow, The Cat Pet
ID ejgnolahdlcimijhloboakpjogbfdkkp
URL Chính Thức https://chromewebstore.google.com/detail/meow-the-cat-pet/ejgnolahdlcimijhloboakpjogbfdkkp
Mô tả Meow is a virtual Cat pet who walks on your screen while you're browsing the web.
Kích Thước Tệp 3.97 MB
Số Lần Cài Đặt 220,712
Phiên Bản Hiện Tại 1.13.0
Cập Nhật Lần Cuối 2023-10-21
Ngày Phát Hành 2020-01-19
Đánh Giá 4.39/5 Tổng số 1469 Đánh Giá
Nhà Phát Triển https://www.meowplayground.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.meowplayground.com
URL Trang Trợ Giúp https://www.meowplayground.com/tutorial
URL Trang Chính Sách Bảo Mật https://www.meowplayground.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}