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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |