By: danishansari-dev
Inspect and view changes in universal-video-speed-ctrl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Universal Video Speed Controller",
"description": "Playback speed controls for HTML5 video on any website - shortcuts, floating widget, popup, and per-site memory.",
"version": "0.3.0",
"action": {
"default_title": "Video Speed Controller",
"default_popup": "popup.html",
"default_icon": {
"16": "assets/icons/icon-16.png",
"32": "assets/icons/icon-32.png",
"48": "assets/icons/icon-48.png",
"128": "assets/icons/icon-128.png"
}
},
"icons": {
"16": "assets/icons/icon-16.png",
"32": "assets/icons/icon-32.png",
"48": "assets/icons/icon-48.png",
"128": "assets/icons/icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"exclude_matches": [
"https://chrome.google.com/webstore/*",
"https://chromewebstore.google.com/*"
],
"js": [
"constants.js",
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"exclude_matches": [
"https://chrome.google.com/webstore/*",
"https://chromewebstore.google.com/*"
],
"js": [
"inject.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "universal-video-speed-controller@danishansari.dev",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best universal-video-speed-ctrl Alternatives
Here are some Firefox add-ons that are similar to universal-video-speed-ctrl:
0.05 + - video speed controller
Ariyul İstanbul
Video Speed control play
Escanor
Video Speed Controller
Igrigorik
Simple Video Speed Controller
Chaseos Apps
Video Speed Controller
seoxiis
Video Speed Controller
codebicycle
Web Video Speed Controller
aynor
Video Speed Controller
bay789 tenm
SpeedBang - Video Speed Booster
Synthra Labs
Video Speed Master
BruttoBernd
Video Speed Controller X
Danny Lin
HTML Universal Speed Control
Rohit Y