Gotaga
Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Что такое Gotaga?
Gotaga - это расширение Chrome, разработанное Gotaga, и его основная функция - "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".
Снимки экрана расширения
Скачать файл CRX расширения Gotaga
Скачайте файлы расширений Gotaga в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Grace à l'extension Gotaga.tv restez informé sur le French Monster ! - Vous serez notifié lorsqu'une vidéo sort - Vous serez notifié lorsque un live est lancé
Основная информация о расширении
Название | |
ID | gjjjcjnolghgphclpckdnofhgjdanklj |
Официальный URL | https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj |
Описание | Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort. |
Размер файла | 3 MB |
Количество установок | 1,000 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2021-06-10 |
Дата публикации | 2021-05-30 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | Gotaga |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://gotaga.tv |
URL страницы политики конфиденциальности | https://gotaga.tv/politique-de-confidentialite |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gotaga", "short_name": "Gotaga", "version": "1.0.1", "description": "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vid\u00e9o sort.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "background": { "persistent": true, "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "default_title": "Gotaga - Hors Ligne", "default_popup": "index.html" }, "permissions": [ "background", "https:\/\/gotaga.tv\/api*", "notifications" ] } |