Pets Chrome

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

Что такое Pets Chrome?

Pets Chrome - это расширение Chrome, разработанное CodeOz, и его основная функция - "🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pets Chrome

Скачайте файлы расширений 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
Электронная почта [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"
            ]
        }
    ]
}