RossEnCube
Notifie quand la vedette arrive en live
Co to jest RossEnCube?
RossEnCube to rozszerzenie Chrome opracowane przez Bilou, a jego główną funkcją jest „Notifie quand la vedette arrive en live”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RossEnCube
Pobierz pliki rozszerzeń RossEnCube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RossEnCube |
ID | phoeoogfhdfjppnhagpmiekbafhbegdg |
Oficjalny URL | https://chromewebstore.google.com/detail/rossencube/phoeoogfhdfjppnhagpmiekbafhbegdg |
Opis | Notifie quand la vedette arrive en live |
Rozmiar pliku | 438 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.2.4 |
Ostatnia Aktualizacja | 2020-07-02 |
Data Publikacji | 2020-07-02 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Bilou |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |