Youtube to MP3 Converter Free

Youtube to MP3 Converter Free

Convert Youtube to MP3, the most trusted YouTube to MP3 tool. It's fast, free, download instantly and no registration is required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Youtube to MP3 Free Converter",
  "description": "Download MP3 from Youtube Video. It's free, fast and no registration is required.",
  "version": "2.0.1",
  "icons": {
    "16": "icon-16x16.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "*.png"
  ]
}