AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
Co to jest AlphaCast Stream?
AlphaCast Stream to rozszerzenie Chrome opracowane przez Bloodysunset, a jego główną funkcją jest „Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AlphaCast Stream
Pobierz pliki rozszerzeń AlphaCast Stream 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
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! Dès qu'Alpha commence un stream, l'icône change et vous indique le nom du live en cours par l’intermédiaire d'une alerte personnalisée.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
Oficjalny URL | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
Opis | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
Rozmiar pliku | 35.5 KB |
Liczba instalacji | 577 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2016-10-23 |
Data Publikacji | 2016-10-23 |
Ocena | 4.90/5 Łącznie 29 Oceny |
Deweloper | Bloodysunset |
Typ Płatności | free |
Obsługiwane Języki | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlphaCast Stream", "description": "Soyez inform\u00e9s d\u00e8s qu'un stream est lanc\u00e9 sur la cha\u00eene Twitch d'AlphaCast !", "version": "1.0.3", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ], "browser_action": { "default_icon": "data\/alpha-cast.png", "default_title": "AlphaCast Stream!" }, "icons": { "128": "data\/alpha-cast-128.png" }, "background": { "scripts": [ "js\/app.js" ] } } |