Esfand Updates

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

什么是Esfand Updates?

Esfand Updates是由guacsenpai开发的Chrome扩展程序,该扩展的主要功能是“Receive updates letting you know when Esfand goes live or changes games.”。

扩展截图

screenshot
screenshot
screenshot

下载Esfand Updates扩展crx文件

下载Esfand Updates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Esfand Updates Esfand Updates
ID lflganldnkcbanfenpokfhnibioleaam
官方URL https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam
简介 Receive updates letting you know when Esfand goes live or changes games.
文件大小 1.03 MB
安装次数 2,340
当前版本 1.6.0
更新时间 2024-03-03
上架时间 2022-01-29
评分 4.92/5 共53次评分
开发者 guacsenpai
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}