Inspect and view changes in Expand YT Music Volume Slider source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Expand Youtube Music Volume Slider",
"version": "1.0",
"description": "Expands Youtube Music's Volume Slider .",
"content_scripts": [
{
"matches": [
"*://music.youtube.com/*"
],
"js": [
"jquery-3.6.3.min.js",
"expand.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{c9e259af-3c7a-4883-b85e-d9eb2f14be40}"
}
}
}