Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Co to jest Are They Live??
Are They Live? to rozszerzenie Chrome opracowane przez JakeRYW, a jego główną funkcją jest „This simple extension checks to see if your favorite Twitch streamer is live.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Are They Live?
Pobierz pliki rozszerzeń Are They 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
Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
Oficjalny URL | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
Opis | This simple extension checks to see if your favorite Twitch streamer is live. |
Rozmiar pliku | 4.1 MB |
Liczba instalacji | 548 |
Aktualna Wersja | 2.7 |
Ostatnia Aktualizacja | 2020-05-31 |
Data Publikacji | 2020-05-31 |
Ocena | 4.10/5 Łącznie 10 Oceny |
Deweloper | JakeRYW |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Are They Live?", "version": "2.7", "description": "This simple extension checks to see if your favorite Twitch streamer is live.", "options_page": "options.html", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |