Samuse Live
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !
Co to jest Samuse Live?
Samuse Live to rozszerzenie Chrome opracowane przez Kyeanu, a jego główną funkcją jest „Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Samuse Live
Pobierz pliki rozszerzeń Samuse Live 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
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! ENG : with this extension, be informed when Samuse is Live and join directly! Fonctionnalités : - notifications des lives et rediffusions - accès rapide au live twitch et aux réseaux sociaux - icone d'extension indiquant le status (jaune = en live orange = rediffusion gris = hors ligne) - préviualisation du stream
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | moincjcjbodmadfmenljmoeffcpenenj |
Oficjalny URL | https://chromewebstore.google.com/detail/samuse-live/moincjcjbodmadfmenljmoeffcpenenj |
Opis | Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! |
Rozmiar pliku | 3.36 MB |
Liczba instalacji | 30 |
Aktualna Wersja | 3 |
Ostatnia Aktualizacja | 2021-07-26 |
Data Publikacji | 2020-04-30 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Kyeanu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://netick.io/privacy.html |
Adres URL Strony Pomocy | https://netick.io/privacy.html |
Adres URL Strony Polityki Prywatności | https://netick.io/privacy.html |
Obsługiwane Języki | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Samuse Live", "description": "Gr\u00e2ce \u00e0 cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !", "version": "3", "browser_action": { "default_popup": "index.html" }, "icons": { "64": "img\/icon_on2.png" }, "background": { "scripts": [ ".\/js\/jquery.js", ".\/js\/background.js" ], "persistent": true }, "options_page": "options.html", "permissions": [ "notifications" ] } |