Inspect and view changes in Video Seek source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Video Seek",
"version": "1.3.5",
"description": "Allows you to seek through videos with the mouse wheel",
"permissions": [
"activeTab",
"storage"
],
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "html/popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"*://www.udemy.com/*",
"*://www.youtube.com/*"
],
"js": [
"js/content.js",
"js/options.js",
"js/popup.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{782de6f0-66ad-415d-9959-51f761929f78}"
}
}
} Best Video Seek Alternatives
Here are some Firefox add-ons that are similar to Video Seek:
Video Seek Mousewheel
Sarim Khan
YouTube Fast Forward & Rewind
Laskco
Mouse Control: Volume, Skip, & Speed for Video
JojoJack
↺ Video Seeking Everywhere
Laurens🦆
Youtube Seek
Frans
Simple Video Speed Controller
Chaseos Apps
Universal Media Control
The1MHR
YouTube Seeker
Smeagols_Ring
Video Speed control play
Escanor
YouTube Scroll Rewind
Eduardo Trujillo
Video Scroller
itsnotmily
Web Dev Simplified Course Utilities
Web Dev Simplified