Esfand Updates

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

Esfand Updatesคืออะไร?

Esfand Updates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guacsenpai และคุณลักษณะหลักของมันคือ "Receive updates letting you know when Esfand goes live or changes games."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Esfand Updates

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}