Pets Chrome

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

What is Pets Chrome?

Pets Chrome is a Chrome extension developed by CodeOz, and its main feature is "🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pets Chrome Extension CRX File

Download Pets Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        😻 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                    

Extension Basic Information

Name Pets Chrome Pets Chrome
ID ifaicffibnedodkbekogndkdfeojcofb
Official URL https://chromewebstore.google.com/detail/pets-chrome/ifaicffibnedodkbekogndkdfeojcofb
Description 🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.
File Size 362 KB
Installation Count 34,770
Current Version 1.1.1
Last Updated 2023-03-10
Publish Date 2021-05-17
Rating 3.76/5 Total 71 Ratings
Developer CodeOz
Email [email protected]
Payment Type free
Extension Website https://github.com/Code-Oz
Help Page URL https://twitter.com/Code__oz
Supported Languages 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"
            ]
        }
    ]
}