YouTube mp3 Downloader

YouTube mp3 Downloader

(New Version, please update, ytmp3.eu becomes ytmp3eu.com) The YouTube mp3 Downloader converts YouTube video to mp3. Premium Audio Quality 320kbps. Audio Trimmer. Album Art. YTMP3 Converter. Variable Bitrate. Volume Control. High Download Speed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Youtube to MP3 Converter - YTMP3.EU",
  "description": "Youtube to MP3 Converter - YTMP3.EU",
  "version": "4.5",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  }
}