By: wisekaja89
Inspect and view changes in Video Control Hub Pick source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Video Control Hub",
"version": "1.0",
"description": "Control video playback speed, mute/unmute, and switch videos with customizable settings.",
"permissions": [
"activeTab",
"storage",
"commands"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"commands": {
"increase-speed": {
"suggested_key": {
"default": "Ctrl+Shift+Up"
},
"description": "Increase video playback speed"
},
"decrease-speed": {
"suggested_key": {
"default": "Ctrl+Shift+Down"
},
"description": "Decrease video playback speed"
},
"toggle-mute": {
"suggested_key": {
"default": "Ctrl+Shift+M"
},
"description": "Toggle video mute/unmute"
}
},
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "video-control-hub@myextension.com"
}
}
} Best Video Control Hub Pick Alternatives
Here are some Firefox add-ons that are similar to Video Control Hub Pick:
Video Playback Speed Adjuster
minhquangdn
Video Control Panel
mina
Video Speed Controller
seoxiis
Video Speed control play
Escanor
Video Speed Controller
codebicycle
Video Speed Control
Sevina
Video Speed Controller
Igrigorik
Video Speed Controller
Acker
Video Speed Master
BruttoBernd
Mouse Control: Volume, Skip, & Speed for Video
JojoJack
Video Speed Controller (Unofficial-FF-Fork)
forkdons
Smart Video Speed Controller
789P