Youtube player for musicians
Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Was ist Youtube player for musicians?
Youtube player for musicians ist eine Chrome-Erweiterung, die von McSodbrenner entwickelt wurde, und ihr Hauptmerkmal ist "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).".
Erweiterungsscreenshots
Youtube player for musicians-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube player for musicians-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Youtube player for musicians |
ID | pdhimaiglppfmcppmejmgekholajpnhc |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc |
Beschreibung | Useful extension for musicians who want to play to Youtube videos (e.g. Drumless). |
Dateigröße | 43.52 KB |
Installationsanzahl | 23 |
Aktuelle Version | 0.9 |
Letztes Update | 2020-07-03 |
Veröffentlichungsdatum | 2020-07-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | McSodbrenner |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |