Are They Live?

This simple extension checks to see if your favorite Twitch streamer is live.

Что такое Are They Live??

Are They Live? - это расширение Chrome, разработанное JakeRYW, и его основная функция - "This simple extension checks to see if your favorite Twitch streamer is live.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Are They Live?

Скачайте файлы расширений Are They Live? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.                    

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

Название Are They Live? Are They Live?
ID pcdpfbneefmefjmmbhmgfgcciefpiaem
Официальный URL https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem
Описание This simple extension checks to see if your favorite Twitch streamer is live.
Размер файла 4.1 MB
Количество установок 548
Текущая Версия 2.7
Последнее Обновление 2020-05-31
Дата публикации 2020-05-31
Рейтинг 4.10/5 Всего 10 оценок
Разработчик JakeRYW
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Are They Live?",
    "version": "2.7",
    "description": "This simple extension checks to see if your favorite Twitch streamer is live.",
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}