Esfand Updates

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

¿Qué es Esfand Updates?

Esfand Updates es una extensión de Chrome desarrollada por guacsenpai, y su función principal es "Receive updates letting you know when Esfand goes live or changes games.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Esfand Updates

Descarga archivos de extensión Esfand Updates en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Esfand Updates Esfand Updates
ID lflganldnkcbanfenpokfhnibioleaam
URL Oficial https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam
Descripción Receive updates letting you know when Esfand goes live or changes games.
Tamaño del Archivo 1.03 MB
Cantidad de Instalaciones 2,340
Versión Actual 1.6.0
Última Actualización 2024-03-03
Fecha de Publicación 2022-01-29
Calificación 4.92/5 Total de 53 Calificaciones
Desarrollador guacsenpai
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}