Inspect and view changes in YouTube™ Open Tabs Total Time 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
{
"version": "2.0",
"name": "YouTube Open Tabs Total Time",
"description": "Sums your open YouTube video tabs and displays the total viewtime.",
"manifest_version": 2,
"icons": {
"48": "icons/icon-big.png"
},
"applications": {
"gecko": {
"id": "{233991a9-45c2-4981-b4c8-b1364f26ccfc}"
}
},
"browser_action": {
"default_icon": "icons/icon-empty-32.png",
"default_title": "YouTube Open Tabs Total Time"
},
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"<all_urls>",
"tabs"
]
}