Tab Monster: Virtual Pet

Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.

Что такое Tab Monster: Virtual Pet?

Tab Monster: Virtual Pet - это расширение Chrome, разработанное GHTH, и его основная функция - "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".

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

screenshot

Скачать файл CRX расширения Tab Monster: Virtual Pet

Скачайте файлы расширений Tab Monster: Virtual Pet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.                    

Основная информация о расширении

Название Tab Monster: Virtual Pet Tab Monster: Virtual Pet
ID cfdecibhfojckfkmfpdioffpbalnmhaj
Официальный URL https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj
Описание Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Размер файла 547 KB
Количество установок 3,000
Текущая Версия 1.0.1
Последнее Обновление 2020-05-05
Дата публикации 2020-05-05
Рейтинг 3.33/5 Всего 12 оценок
Разработчик GHTH
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Monster: Virtual Pet",
    "version": "1.0.1",
    "description": "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.",
    "icons": {
        "128": "assets\/logo-128.png",
        "48": "assets\/logo-48.png",
        "16": "assets\/logo-16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}