Inspect and view changes in Redirect YouTube Shorts to standard player 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": "Redirect YouTube Shorts to standard player",
"description": "Redirects youtube shorts to the standard player.",
"version": "1.0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"https://www.youtube.com/shorts/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{ce097b83-320c-44b1-9e1b-b366067ae126}"
}
}
}