Inspect and view changes in Youtube Speed Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Youtube Playback Speed Control",
"version": "1.1.4",
"manifest_version": 2,
"description": "Control speed of the youtube playback using a keyboard. Press '+' to increase and '-' to decrease the playback speed.",
"homepage_url": "https://github.com/Toxblh/youtube-speed-control",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"webRequest"
],
"options_ui": {
"page": "src/option/options.html",
"open_in_tab": true
},
"background": {
"scripts": [
"src/background.js"
]
},
"page_action": {
"default_title": "Control speed of the youtube playback using a keyboard.",
"default_icon": {
"19": "icons/icon19.png"
}
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"http://www.youtube.com/*",
"https://www.youtube.com/*"
],
"css": [
"css/inject.css"
],
"js": [
"src/inject/inject.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{63eebab4-6bd0-44a0-8d79-7fefb998ebc1}"
}
}
} Best Youtube Speed Control Alternatives
Here are some Firefox add-ons that are similar to Youtube Speed Control:
Youtube Playback Speed Buttons
PoopDollarBandit
youtube speed control shortcut
mln
Youtube Speed Controller
Absar Ahmad
Youtube Playback Speed Control (mkr fork)
mkrframe
YouTube Speed Keys
Megahed
YouTube Speed Master
pets
Speeder - YouTube Speed Controller
doroved
YouTube Custom Playback Speed
Chris
SpeedUp
E M
YouTube Video Speed Controller
Flopsyan
YouTube Video Speeds++
NaeemBolchhi
Youtube Playback speed controller
EaseDeveloper