YouTube to MP3 Downloader

YouTube to MP3 Downloader

This extension add a download button on any Youtube page and allows you to download MP3 & Video with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "site.js"
    ]
  },
  "description": "This extension add a download button on any Youtube page and allows you to download MP3 & Video with just one click.",
  "developer": {
    "name": "Vevioz Developers"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "YouTube to MP3 Downloader",
  "page_action": {
    "default_icon": "icon-off.png",
    "default_title": "Click here to download your MP3"
  },
  "permissions": [
    "tabs"
  ],
  "short_name": "YouTube to MP3 Downloader",
  "version": "7.1"
}