Twitch Live Clock
The clock of the time when the past broadcasts on Twitch was live-streamed
Twitch Live Clockคืออะไร?
Twitch Live Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YaaMaa และคุณลักษณะหลักของมันคือ "The clock of the time when the past broadcasts on Twitch was live-streamed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Live Clock
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Live Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays the time when the past broadcasts on Twitch was actually being live-streamed. It uses the browser’s time zone, not the streamer’s time zone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Live Clock |
ID | ieglaglfpddaaibpbafbbbikjpdkhgfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi |
คำอธิบาย | The clock of the time when the past broadcasts on Twitch was live-streamed |
ขนาดไฟล์ | 16.11 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-05-17 |
วันที่เผยแพร่ | 2022-02-14 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | YaaMaa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "icons": { "16": "\/images\/icon128.png", "32": "\/images\/icon128.png", "48": "\/images\/icon128.png", "128": "\/images\/icon128.png" }, "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [], "js": [ "contentScript.js" ] } ] } |