RossEnCube
Notifie quand la vedette arrive en live
Что такое RossEnCube?
RossEnCube - это расширение Chrome, разработанное Bilou, и его основная функция - "Notifie quand la vedette arrive en live".
Снимки экрана расширения
Скачать файл CRX расширения RossEnCube
Скачайте файлы расширений RossEnCube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quand la vedette est en live sur twitch, vous pouvez voir ses bourses dorées. Si le stream est offline, fumez un cigare en l'attendant ! En cas de problème : Twitter --> @_Bilou v1.2.4 : Remplacement de Facebook par Instagram et ajout de l'icône pour Trackmania 2020 v1.2.3 : Ajout d'icône DCS et du lien Discord v1.2.2 : Fix text incorrecte v1.2.1 : Fix icône de notification et badge extension v1.2.0 : Modification de l'API Twitch v1.1.1-1.1.2 : Ajout d'icônes (DayZ/TrackMania) - Fix erreur chargement icône DayZ v1.1.0 : Ajout d'une interface pour gérer les notifications et accès au réseaux sociaux. v1.0.14 : Fix texte notifications v1.0.13 : Ajout d'une notification en fin de Stream v1.0.12 : Ajout de l'icône pour Sea Of Thieves v1.0.11 : Ajout de la prise en charge du changement de jeu pendant une session.
Основная информация о расширении
Название | RossEnCube |
ID | phoeoogfhdfjppnhagpmiekbafhbegdg |
Официальный URL | https://chromewebstore.google.com/detail/rossencube/phoeoogfhdfjppnhagpmiekbafhbegdg |
Описание | Notifie quand la vedette arrive en live |
Размер файла | 438 KB |
Количество установок | 12 |
Текущая Версия | 1.2.4 |
Последнее Обновление | 2020-07-02 |
Дата публикации | 2020-07-02 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Bilou |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Bilou", "name": "RossEnCube", "description": "Notifie quand la vedette arrive en live", "version": "1.2.4", "browser_action": { "default_icon": "img\/ross.png", "default_popup": "popup.html", "default_title": "Click pour rejoindre le Stream de la vedette !" }, "icons": { "128": "img\/ross128.png", "48": "img\/ross48.png", "32": "img\/ross32.png", "16": "img\/ross16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "notifications", "storage" ] } |