Youtube player for musicians

Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).

Qu'est-ce que Youtube player for musicians ?

Youtube player for musicians est une extension Chrome développée par McSodbrenner, et sa fonction principale est "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube player for musicians

Téléchargez les fichiers d'extension Youtube player for musicians au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Youtube player for musicians Youtube player for musicians
ID pdhimaiglppfmcppmejmgekholajpnhc
URL Officiel https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc
Description Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Taille du Fichier 43.52 KB
Nombre d'Installations 23
Version Actuelle 0.9
Dernière Mise à Jour 2020-07-03
Date de Publication 2020-07-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur McSodbrenner
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}