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.”。
擴展截圖
下載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 |
ID | lflganldnkcbanfenpokfhnibioleaam |
官方網址 | 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" } } |