Inspect and view changes in Mobile YouTube Fix 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": "Mobile YouTube Fix",
"description": "Adds features from desktop version to mobile version of YouTube.",
"version": "0.3",
"applications": {
"gecko": {
"id": "mobile-youtube-fix@ris58h"
}
},
"content_scripts": [
{
"matches": [
"https://m.youtube.com/*"
],
"js": [
"content.js"
]
}
]
}