Kameto Live
Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
Что такое Kameto Live?
Kameto Live - это расширение Chrome, разработанное https://kocal.fr, и его основная функция - "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.".
Снимки экрана расширения
Скачать файл CRX расширения Kameto Live
Скачайте файлы расширений Kameto Live в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch.
Основная информация о расширении
Название | Kameto Live |
ID | mpfbanlogiiedmdndkopbfjlbodlojfd |
Официальный URL | https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd |
Описание | Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch. |
Размер файла | 34.19 KB |
Количество установок | 1,265 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2018-05-10 |
Дата публикации | 2018-05-10 |
Рейтинг | 5.00/5 Всего 10 оценок |
Разработчик | https://kocal.fr |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Kocal/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live |
URL страницы помощи | https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kameto Live", "description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.", "version": "0.1.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "Kameto Live", "default_icon": { "48": "icons\/icon_48.png" } }, "background": { "scripts": [ "background.js" ] } } |