ManuelFerraraTV
Notifications et Annonces de live de ManuelFerraraTV
Что такое ManuelFerraraTV?
ManuelFerraraTV - это расширение Chrome, разработанное Leenucks, и его основная функция - "Notifications et Annonces de live de ManuelFerraraTV".
Снимки экрана расширения
Скачать файл CRX расширения ManuelFerraraTV
Скачайте файлы расширений ManuelFerraraTV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Vous prévient lorsque le stream de Manu est en live (twitch.tv/manuelferraratv) et donne un accès rapide à son stream ainsi qu'à ses réseaux sociaux (Snapchat/YT/Twitter).
Основная информация о расширении
Название | ManuelFerraraTV |
ID | bbancfpedjelehjidhbcpbmgaekhaaff |
Официальный URL | https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff |
Описание | Notifications et Annonces de live de ManuelFerraraTV |
Размер файла | 946 KB |
Количество установок | 76 |
Текущая Версия | 2.2.0 |
Последнее Обновление | 2016-11-19 |
Дата публикации | 2016-11-19 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Leenucks |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ManuelFerraraTV", "version": "2.2.0", "description": "Notifications et Annonces de live de ManuelFerraraTV", "icons": { "128": "icone.png" }, "browser_action": { "default_icon": "off.png", "default_title": "ManuelFerraraTV - Notification", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "tabs", "https:\/\/api.twitch.tv\/*", "https:\/\/apiv1.manuelferrara.tv\/*", "notifications", "storage" ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "options_page": "options\/options.html", "author": { "main": "ManuelFerraraTv" } } |