Inspect and view changes in All in One Video Downloader 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
{
"background": {
"scripts": [
"site.js"
]
},
"description": "This extension add a download button on any Youtube page and allows you to download MP3 & Video with just one click.",
"developer": {
"name": "Vevioz Developers"
},
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"name": "All in One Video Downloader",
"page_action": {
"default_icon": "icon-off.png",
"default_title": "Click here to download your MMP4 or MP3"
},
"permissions": [
"tabs"
],
"short_name": "All in One Video Downloader",
"version": "7.7"
}