Inspect and view changes in YouTube Converter 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": "YouTube Converter",
"version": "1.1",
"description": "Our YouTube Converter allows you to convert your favourite YouTube videos to MP3 or MP4 files, and download them for free.",
"homepage_url": "https://ytmp3.nu/",
"icons": {
"48": "icons/48.png",
"96": "icons/96.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons/32.png",
"default_title": "YtMp3",
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{47012250-db30-481b-9743-ee32fc5061a2}"
}
}
}