Esfand Updates

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

O que é Esfand Updates?

Esfand Updates é uma extensão do Chrome desenvolvida por guacsenpai, e sua principal característica é "Receive updates letting you know when Esfand goes live or changes games.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Esfand Updates

Baixe arquivos de extensão Esfand Updates no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Esfand Updates Esfand Updates
ID lflganldnkcbanfenpokfhnibioleaam
URL Oficial https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam
Descrição Receive updates letting you know when Esfand goes live or changes games.
Tamanho do Arquivo 1.03 MB
Contagem de Instalações 2,340
Versão Atual 1.6.0
Última Atualização 2024-03-03
Data de Publicação 2022-01-29
Classificação 4.92/5 Total de 53 Avaliações
Desenvolvedor guacsenpai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}