Youtube player for musicians
Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Youtube player for musiciansคืออะไร?
Youtube player for musicians เป็นส่วนขยายของ Chrome ที่พัฒนาโดย McSodbrenner และคุณลักษณะหลักของมันคือ "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube player for musicians
ดาวน์โหลดไฟล์ส่วนขยาย Youtube player for musicians ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: * Change the playback rate in steps of one percent * Set bookmarks at arbitrary points Keyboard shortcuts: * b = set bookmark * y = jump to previous bookmark * x = jump to next bookmark * del = remove bookmark of currently played bookmarked section
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube player for musicians |
ID | pdhimaiglppfmcppmejmgekholajpnhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc |
คำอธิบาย | Useful extension for musicians who want to play to Youtube videos (e.g. Drumless). |
ขนาดไฟล์ | 43.52 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2020-07-03 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | McSodbrenner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube player for musicians", "version": "0.9", "description": "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?v=*" ], "js": [ "base.js", "vue.min.js", "index.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon16.png" ] } |