Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Are They Live?คืออะไร?
Are They Live? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JakeRYW และคุณลักษณะหลักของมันคือ "This simple extension checks to see if your favorite Twitch streamer is live."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Are They Live?
ดาวน์โหลดไฟล์ส่วนขยาย Are They Live? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
คำอธิบาย | This simple extension checks to see if your favorite Twitch streamer is live. |
ขนาดไฟล์ | 4.1 MB |
จำนวนการติดตั้ง | 548 |
เวอร์ชันปัจจุบัน | 2.7 |
อัปเดตครั้งล่าสุด | 2020-05-31 |
วันที่เผยแพร่ | 2020-05-31 |
คะแนน | 4.10/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | JakeRYW |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Are They Live?", "version": "2.7", "description": "This simple extension checks to see if your favorite Twitch streamer is live.", "options_page": "options.html", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |