Youtube player for musicians
Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Cos'è Youtube player for musicians?
Youtube player for musicians è un'estensione di Chrome sviluppata da McSodbrenner, e la sua funzione principale è "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube player for musicians
Scarica i file di estensione Youtube player for musicians in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Youtube player for musicians |
ID | pdhimaiglppfmcppmejmgekholajpnhc |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc |
Descrizione | Useful extension for musicians who want to play to Youtube videos (e.g. Drumless). |
Dimensione del File | 43.52 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2020-07-03 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | McSodbrenner |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |