Pets Chrome

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

Pets Chrome क्या है?

Pets Chrome CodeOz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pets Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        😻 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
ईमेल [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"
            ]
        }
    ]
}