Youtube player for musicians

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

What is Youtube player for musicians?

Youtube player for musicians is a Chrome extension developed by McSodbrenner, and its main feature is "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).".

Extension Screenshots

screenshot

Download Youtube player for musicians Extension CRX File

Download Youtube player for musicians extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Youtube player for musicians Youtube player for musicians
ID pdhimaiglppfmcppmejmgekholajpnhc
Official URL 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).
File Size 43.52 KB
Installation Count 23
Current Version 0.9
Last Updated 2020-07-03
Publish Date 2020-07-02
Rating 5.00/5 Total 1 Ratings
Developer McSodbrenner
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}