Inspect and view changes in Youtube.com Tab 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
{
"description": "Open Youtube.com in a new tab",
"manifest_version": 2,
"name": "Youtube.com Tab",
"version": "1.1resigned1",
"author": "Phenom Fusion",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "youtube16.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{72fc836a-7c10-4343-9af5-1123a5bd665c}"
}
}
}