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はhttps://www.meowplayground.comによって開発されたChromeの拡張機能で、その主な機能は「Meow is a virtual Cat pet who walks on your screen while you're browsing the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Meow, The Cat Pet拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}