By: j4m
Inspect and view changes in YouTube Quality Setter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "YouTube Quality Setter",
"version": "1.0",
"browser_specific_settings": {
"gecko": {
"id": "yt-quality-setter@yourj4m.github.io"
}
},
"description": "Sets the desired quality on YouTube videos. Nothing else.",
"homepage_url": "https://github.com/yourj4m/YT_Quality_Setter",
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "popup/choose_quality.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"js": [
"yt_quality_setter.js"
]
}
]
} Best YouTube Quality Setter Alternatives
Here are some Firefox add-ons that are similar to YouTube Quality Setter: