OnlineTTV

Extension showing the list of active followed channels.

OnlineTTVคืออะไร?

OnlineTTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mego และคุณลักษณะหลักของมันคือ "Extension showing the list of active followed channels."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย OnlineTTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams.
You can view the active channels of your favorite streamers.
Now you can get the status of your favorite streams in one place.
Fast and convenient!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
คำอธิบาย Extension showing the list of active followed channels.
ขนาดไฟล์ 29.01 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-06-06
วันที่เผยแพร่ 2022-03-21
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Mego
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://megomvs.github.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineTTV",
    "version": "1.5.0",
    "description": "Extension showing the list of active followed channels.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "49": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/megomvs.github.io\/"
    ]
}