Inspect and view changes in YouTube Auto-Pause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "YouTube Auto-Pause",
"version": "1.0.1",
"description": "Auto-pauses YouTube on tab switch or window blur. F8 to toggle.",
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"browser-polyfill.min.js",
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_popup": "popup.html",
"default_title": "YouTube Auto-Pause"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "yt-autopause@extension",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best YouTube Auto-Pause Alternatives
Here are some Firefox add-ons that are similar to YouTube Auto-Pause:
YouTube Auto Pause/Play
Prakash Kushwaha
YouTube Auto Pause/Play
Vaibhav
Video Auto Pause
Heikki Hellgren
YouTube AutoPlay/Pause
Rajat Jain
Youtube auto-pause
Codeman
Auto Pause Video on Tab Switch
devG
Auto Pause and Resume YouTube
Rudraksh Jhaveri
YouTube Autohide
SWB
YouTube Shorts AutoPilot b8Q
Dejsp
YouTube Smart Pause
Evander
YouTube auto Pause and Resume
James Fray
Youtube auto play/pause
Daniel van der Meijden