YouTube to audio stream and download

YouTube to audio stream and download

Stream or download YouTube videos in audio format with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Youtube to audio stream and download",
  "description": "Stream YouTube videos in audio format with ease.",
  "version": "0.0.7",
  "manifest_version": 2,
  "icons": {
    "16": "/icons/ytad.png",
    "32": "/icons/ytad.png",
    "48": "/icons/ytad.png",
    "128": "/icons/ytad.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "/icons/ytad.png",
      "32": "/icons/ytad.png",
      "48": "/icons/ytad.png",
      "128": "/icons/ytad.png"
    }
  },
  "permissions": [
    "activeTab",
    "https://tdau.glitch.me/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c357c299-4da9-42b3-a159-ffce0eecf800}"
    }
  }
}