Esfand Updates

Receive updates letting you know when Esfand goes live or changes games.

Co je Esfand Updates?

Esfand Updates je rozšíření Chrome vyvinuté guacsenpai, a jeho hlavní funkcí je „Receive updates letting you know when Esfand goes live or changes games.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Esfand Updates

Stáhněte si soubory rozšíření Esfand Updates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Esfand Updates Esfand Updates
ID lflganldnkcbanfenpokfhnibioleaam
Oficiální URL https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam
Popis Receive updates letting you know when Esfand goes live or changes games.
Velikost souboru 1.03 MB
Počet instalací 2,340
Aktuální Verze 1.6.0
Poslední Aktualizace 2024-03-03
Datum Vydání 2022-01-29
Hodnocení 4.92/5 Celkem 53 Hodnocení
Vývojář guacsenpai
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}