Inspect and view changes in Youtube Overlay Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Youtube Overlay Toggle",
"version": "1.2",
"description": "Toggle the visiblity of YouTube video overlays, including media buttons, progress bar, title and more...",
"icons": {
"16": "src/img/logo-128.png",
"48": "src/img/logo-128.png",
"128": "src/img/logo-128.png"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"src/js/background.js"
],
"service_worker": "src/js/background.js"
},
"action": {
"default_popup": "src/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "eldezenfektani@outlook.com"
}
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"src/js/content.js"
]
}
]
} Best Youtube Overlay Toggle Alternatives
Here are some Firefox add-ons that are similar to Youtube Overlay Toggle:
Youtube Overlay Remover
onekanaka
YouTube toggle
Sylvain Milan
YouTube Bloat Remover Toggle
hrmfulladvocado
YouTube: Hide & Show Controls
Yikon
YouTube Hide Controls
jibbers42
YouTube Shorts UI Hider
JeuelyFish
YouTube Overlay Opacity Reducer
Adrian Nightsong
YouTube Subscription Toggle
snab43
YouTube UI Toggle
anuragbaundwal
YouTube Customizer
Nibito
YouTube No Play/Pause Overlay
NCK7274
ToggleVideoProgressBars
RossGosling