Youtube player for musicians
Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Youtube player for musicians là gì?
Youtube player for musicians là một tiện ích mở rộng Chrome được phát triển bởi McSodbrenner, và tính năng chính của nó là "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube player for musicians
Tải xuống các tệp mở rộng Youtube player for musicians dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube player for musicians |
ID | pdhimaiglppfmcppmejmgekholajpnhc |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc |
Mô tả | Useful extension for musicians who want to play to Youtube videos (e.g. Drumless). |
Kích Thước Tệp | 43.52 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2020-07-03 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | McSodbrenner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |