By: RossGosling Add-on
Inspect and view changes in ToggleVideoProgressBars source codes across current and past versions
Vidego - Universal Video Downloader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ToggleVideoProgressBars",
"version": "1.0.6",
"description": "Adds the ability to toggle visibility of progress bars etc for various video players! Supports YouTube, Netflix, Amazon, and Vimeo",
"icons": {
"16": "icon/main.png",
"32": "icon/main.png",
"64": "icon/main.png",
"128": "icon/main.png"
},
"browser_action": {
"default_icon": {
"128": "icon/visible.png"
},
"browser_style": true,
"default_title": "ToggleVideoProgressBars Toggle"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"include_globs": [
"http*://*youtube.*",
"http*://*youtu.be*",
"http*://*netflix.*",
"http*://*amazon.*",
"http*://*vimeo.*"
],
"js": [
"src/common.js",
"src/document.js"
]
}
],
"background": {
"scripts": [
"src/common.js",
"src/background.js"
]
},
"web_accessible_resources": [
"style/*.css"
],
"permissions": [
"storage",
"contextMenus",
"<all_urls>",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{af085592-3586-4e82-b2c6-51f8dc083452}"
}
}
} Best ToggleVideoProgressBars Alternatives
Here are some Firefox add-ons that are similar to ToggleVideoProgressBars:
Video Bar
alikim
ToggleWatchedVideos
RossGosling
RGB Progress Bar
array in a matrix
RGB YouTube Progress Bar
array in a matrix
Media Controller
Technomancer
Outside YouTube Player Bar
1natsu
YouTube Player Enhancer
Skyro
Instagram Video Progress Bar
usy
Progress Bar for Instagram
usy
NoVideoLengthSpoiler
ArnoNym
YouTube Bloat Remover Toggle
hrmfulladvocado
Hide Youtube Chrome
gravislizard