OnlineTTV
Extension showing the list of active followed channels.
Co to jest OnlineTTV?
OnlineTTV to rozszerzenie Chrome opracowane przez Mego, a jego główną funkcją jest „Extension showing the list of active followed channels.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OnlineTTV
Pobierz pliki rozszerzeń OnlineTTV 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
OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams. You can view the active channels of your favorite streamers. Now you can get the status of your favorite streams in one place. Fast and convenient!
Podstawowe informacje o rozszerzeniu
Nazwa | OnlineTTV |
ID | becfleolohnaegiedeidikdfndkdcjcm |
Oficjalny URL | https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm |
Opis | Extension showing the list of active followed channels. |
Rozmiar pliku | 29.01 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2022-06-06 |
Data Publikacji | 2022-03-21 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Mego |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://megomvs.github.io/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OnlineTTV", "version": "1.5.0", "description": "Extension showing the list of active followed channels.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "49": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/megomvs.github.io\/" ] } |