YouTube Converter

YouTube Converter

Our YouTube Converter allows you to convert your favourite YouTube videos to MP3 or MP4 files, and download them for free.

Merlin
Additional files are visible only to premium users

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}"
    }
  }
}