By: Tanmay Deshpande
Inspect and view changes in YouTube Play All Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "YouTube Play All Button",
"version": "1.0.2",
"description": "Adds a 'Play All' button to YouTube channel pages",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"https://*.youtube.com/*"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://*.youtube.com/*"
],
"run_at": "document_end",
"js": [
"add_button.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "deshpandetanmay2003@gmail.com"
}
},
"icons": {
"128": "logo.png"
},
"action": {
"default_icon": {
"128": "logo.png"
},
"default_title": "YouTube Play All Button"
},
"homepage_url": "https://github.com/deshpandetanmay03/youtube-playall-button"
} Best YouTube Play All Button Alternatives
Here are some Firefox add-ons that are similar to YouTube Play All Button:
Youtube Play All
CatBraaain
YouTube Shuffle Play
Morteza Deris
YouTube Playlist Quick Access
777Dan777
YTPA - Play All For YouTube
Robert Wesner
YouTube Watch Later
dnwjn
YouTube One-Click Playlist
systheno
Play All
bdf2121cc3334b35b6ecda66e471
Pause YT
Firefox user 12791132
YouTube next chapter button
Alex Kozack
Channel Playlists for YouTube
D.H. Sebastian