YouTube Video Downloader and MP3 converter

YouTube Video Downloader and MP3 converter

Download video from YouTube or convert it to MP3 in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Bla",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_title": "Download",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "alarms",
    "tabs",
    "downloads",
    "storage",
    "webNavigation",
    "<all_urls>"
  ],
  "version": "7.0.0.0",
  "web_accessible_resources": [
    "*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}