Pets Chrome

🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.

Pets Chromeとは何ですか?

Pets ChromeはCodeOzによって開発されたChromeの拡張機能で、その主な機能は「🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.」です。

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

screenshot
screenshot
screenshot
screenshot

Pets Chrome拡張機能のCRXファイルをダウンロード

Pets Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        😻 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.
With our plugin, you can now own a pet.
Get your very own funny chrome pet today and brighten up your day!

🐈🐈🐈 Our plugin offers a variety of cute pets to choose from, each with their own unique personality and quirks.
You can easily switch between pets to keep things interesting and even interact with them by petting, playing, and dragging them around your screen.

🐾 Whether you're looking for a quick distraction during a busy workday or just want to add some fun and personality to your browser,
Pets for Chrome has got you covered. Our plugin is user-friendly and easy to use, and you can display or hide your pet whenever you want.

Say goodbye to boring and uninspired workspaces and hello to your new furry friend with Pets for Chrome. Download our plugin today and discover a whole new world of virtual pet ownership!


----------------------------------------------------------------------------------------------------

🐾 With this plugin you can:

- Switch on other pets

- Interact with it !

- Drag it when you want on the screen !

- You can display or hide it when you want !

----------------------------------------------------------------------------------------------------

Patch Note 1.1.0

- Add size for pets in the icon menu

- Add reset position button in the icon menu                    

拡張機能の基本情報

名前 Pets Chrome Pets Chrome
ID ifaicffibnedodkbekogndkdfeojcofb
公式URL https://chromewebstore.google.com/detail/pets-chrome/ifaicffibnedodkbekogndkdfeojcofb
説明 🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.
ファイルサイズ 362 KB
インストール数 34,770
現在のバージョン 1.1.1
最終更新日 2023-03-10
公開日 2021-05-17
評価 3.76/5 合計 71 レビュー
開発者 CodeOz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Code-Oz
ヘルプページのURL https://twitter.com/Code__oz
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "Pets Chrome",
    "description": "\ud83d\udc3e Pets for Chrome is an application that adds cute and cuddly pets right into your browser.",
    "icons": {
        "512": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "menu.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}