Examine source code of SaveFrom - YouTube to MP3 Converter

Inspect and view changes in SaveFrom - YouTube to MP3 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": "SaveFrom - YouTube to MP3 Converter",
  "version": "1.0",
  "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://mp3-convert.org/",
  "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": "{c0d3a3c8-9f88-4e2e-85fa-21a2f3eef308}"
    }
  }
}