YouTube Volume Scroll Master
Makes the YouTube Volume go woosh when scrolling over the video!
YouTube Volume Scroll Masterคืออะไร?
YouTube Volume Scroll Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lukas Oberholzer และคุณลักษณะหลักของมันคือ "Makes the YouTube Volume go woosh when scrolling over the video!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Volume Scroll Master
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Volume Scroll Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YouTube Volume Scroll Master is a small extension designed to simplify changing the volume in YouTube videos. Scroll over the YouTube video player to increase or decrease its volume by two levels. That's it. That's all this extension can do. If the extension doesn't work, reload the website. This may be because the website (the video player, to be exact) is taking too long to load and the events are not subscribing to the video player correctly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Volume Scroll Master |
ID | pkmkphhocffbdebfbkohpnnaohidfama |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-volume-scroll-mas/pkmkphhocffbdebfbkohpnnaohidfama |
คำอธิบาย | Makes the YouTube Volume go woosh when scrolling over the video! |
ขนาดไฟล์ | 17.63 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 0.5.0.0 |
อัปเดตครั้งล่าสุด | 2022-04-22 |
วันที่เผยแพร่ | 2022-04-21 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Lukas Oberholzer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/LuckLATL/yt-volume-scroll-master |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Volume Scroll Master", "version": "0.5.0.0", "description": "Makes the YouTube Volume go woosh when scrolling over the video!", "short_name": "YtScrollMaster", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "volumeScroller.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |