Examine source code of YouTube to MP3 Converter

Inspect and view changes in 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": "YouTube to MP3 Converter",
  "version": "1.2",
  "description": "Our YouTube to MP3 Converter allows you to convert your favourite YouTube videos to MP3 files safely, and download them for absolutely free.",
  "homepage_url": "https://ytmp3.page/",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "YouTube to MP3",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{94a5432a-ab47-4d08-bbd2-018ae067d0bb}"
    }
  }
}