Esfand Updates
Receive updates letting you know when Esfand goes live or changes games.
Co to jest Esfand Updates?
Esfand Updates to rozszerzenie Chrome opracowane przez guacsenpai, a jego główną funkcją jest „Receive updates letting you know when Esfand goes live or changes games.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Esfand Updates
Pobierz pliki rozszerzeń Esfand Updates 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
Esfand Updates is a simple chrome extension that allows you on the fly information about EsfandTV. You will be able to see if he is live, what he is playing, his latest tweet, and receive notifications any time he goes live or changes categories on Twitch. The extension also now shows his Twitch schedule for planned streams.
Podstawowe informacje o rozszerzeniu
Nazwa | Esfand Updates |
ID | lflganldnkcbanfenpokfhnibioleaam |
Oficjalny URL | https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam |
Opis | Receive updates letting you know when Esfand goes live or changes games. |
Rozmiar pliku | 1.03 MB |
Liczba instalacji | 2,340 |
Aktualna Wersja | 1.6.0 |
Ostatnia Aktualizacja | 2024-03-03 |
Data Publikacji | 2022-01-29 |
Ocena | 4.92/5 Łącznie 53 Oceny |
Deweloper | guacsenpai |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esfand Updates", "description": "Receive updates letting you know when Esfand goes live or changes games.", "version": "1.6.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.otkdata.com\/*" ], "permissions": [ "storage", "notifications", "alarms" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/esfand_icon16.png", "32": "\/images\/esfand_icon32.png", "48": "\/images\/esfand_icon48.png", "128": "\/images\/esfand_icon128.png" } }, "icons": { "16": "\/images\/esfand_icon16.png", "32": "\/images\/esfand_icon32.png", "48": "\/images\/esfand_icon48.png", "128": "\/images\/esfand_icon128.png" }, "options_ui": { "open_in_tab": false, "page": "options.html" } } |