By: Jon Long
Inspect and view changes in YouTube Remote+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Youtube Remote+ for Helix and Stomp",
"version": "1.0",
"description": "For use with the Line6 Helix and HX Stomp. Adds shortcuts for play/pause, loop, speed, and seek to YouTube, for use with the QWERTY hotkeys feature in Helix and HX Stomp.",
"commands": {
"setA": {
"suggested_key": {
"default": "MacCtrl+Alt+1"
},
"description": "Set marker A"
},
"setB": {
"suggested_key": {
"default": "MacCtrl+Alt+2"
},
"description": "Set marker B"
},
"setMarker": {
"suggested_key": {
"default": "MacCtrl+Alt+M"
},
"description": "Toggle loop mark (A if nothing is set, B if A is set)"
},
"togglePlayPause": {
"suggested_key": {
"default": "MacCtrl+Alt+P"
},
"description": "Toggle Play/Pause"
},
"clearLoop": {
"suggested_key": {
"default": "MacCtrl+Alt+C"
},
"description": "Clear loop markers"
},
"speedUp": {
"suggested_key": {
"default": "MacCtrl+Alt+Up"
},
"description": "Speed up"
},
"speedDown": {
"suggested_key": {
"default": "MacCtrl+Alt+Down"
},
"description": "Speed down"
},
"resetSpeed": {
"suggested_key": {
"default": "MacCtrl+Alt+R"
},
"description": "Reset speed to default"
},
"seekFwd": {
"suggested_key": {
"default": "MacCtrl+Alt+Right"
},
"description": "Forward 10 seconds"
},
"seekBack": {
"suggested_key": {
"default": "MacCtrl+Alt+Left"
},
"description": "Back 10 seconds"
},
"toggleSeekRate": {
"suggested_key": {
"default": "MacCtrl+Alt+S"
},
"description": "Toggles seek rate between 5, 10, and 15 seconds"
}
},
"background": {
"scripts": [
"./dist/background-bundle.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"js": [
"./dist/content-bundle.js"
]
}
],
"permissions": [
"storage"
]
} Best YouTube Remote+ Alternatives
Here are some Firefox add-ons that are similar to YouTube Remote+:
YouTube for Musicians
MusicLessons.com
FiveLoop
Stephan Düchtel
WS Remote YT Controller
Nabaraj Bhandari
YouTube Section Looper (opensource)
Sudhir Babu Nakka
YouTube Music Practice Looper
Laurent G
YouTube Button Controller
Real Happy Man
Video Speed Controller
Igrigorik
YouTube Slow and Reverb
uboa
LoopYourTube for musicians Loop Youtube videos
Al Vogelmann
Additional Controls (Mediaserver/Zoom)
Olivier
Youtube controler
thibsc
Video Speed Controller (Unofficial-FF-Fork)
forkdons