YouTube sticky player
You can read comments while watching the video for YouTube.
YouTube sticky playerคืออะไร?
YouTube sticky player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย celclow และคุณลักษณะหลักของมันคือ "You can read comments while watching the video for YouTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube sticky player
ดาวน์โหลดไฟล์ส่วนขยาย YouTube sticky player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
คำอธิบาย | You can read comments while watching the video for YouTube. |
ขนาดไฟล์ | 11.41 KB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2023-10-01 |
วันที่เผยแพร่ | 2020-05-21 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | celclow |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/celclow/youtube-sticky-player |
URL หน้าช่วยเหลือ | https://github.com/celclow/youtube-sticky-player |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube sticky player", "version": "1.1.5", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_sticky_player.js" ], "css": [ "youtube_sticky_player.css" ], "run_at": "document_end" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |