Esfand Updates
Receive updates letting you know when Esfand goes live or changes games.
Esfand Updates là gì?
Esfand Updates là một tiện ích mở rộng Chrome được phát triển bởi guacsenpai, và tính năng chính của nó là "Receive updates letting you know when Esfand goes live or changes games.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Esfand Updates
Tải xuống các tệp mở rộng Esfand Updates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Esfand Updates |
ID | lflganldnkcbanfenpokfhnibioleaam |
URL Chính Thức | https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam |
Mô tả | Receive updates letting you know when Esfand goes live or changes games. |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 2,340 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2024-03-03 |
Ngày Phát Hành | 2022-01-29 |
Đánh Giá | 4.92/5 Tổng số 53 Đánh Giá |
Nhà Phát Triển | guacsenpai |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |