By: Prakash Kushwaha
Inspect and view changes in YouTube Auto Pause/Play source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YouTube Auto Pause/Play",
"version": "1.1",
"description": "Pauses YouTube video when the window loses focus and plays it when the window gains focus. Option to pause when switching tabs.",
"permissions": [
"tabs",
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{a6f8ac83-c651-4174-acd7-0eba293cc4cd}"
}
}
} Best YouTube Auto Pause/Play Alternatives
Here are some Firefox add-ons that are similar to YouTube Auto Pause/Play:
YouTube AutoPlay/Pause
Rajat Jain
YouTube Auto Pause/Play
Vaibhav
YouTube Auto-Pause
Peter Wan
YouTube Autohide
SWB
Video Auto Pause
Heikki Hellgren
YouTube Pause on Tab Switch
Piyush
Auto Pause Videos on Tab Switch
Friðrik
Auto Pause Videos on Tab Switch
Friðrik
Auto Pause and Resume YouTube
Rudraksh Jhaveri