Youtube player for musicians
Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Wat is Youtube player for musicians?
Youtube player for musicians is een Chrome-extensie ontwikkeld door McSodbrenner, en de belangrijkste functie is "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube player for musicians
Download Youtube player for musicians-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pdhimaiglppfmcppmejmgekholajpnhc |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc |
| Beschrijving | Useful extension for musicians who want to play to Youtube videos (e.g. Drumless). |
| Bestandsgrootte | 43.52 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 0.9 |
| Laatst Bijgewerkt | 2020-07-03 |
| Publicatiedatum | 2020-07-02 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | McSodbrenner |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |