MP3Juice

MP3Juice

Convert any YouTube video to a MP3 (audio) or MP4 (video) file, and download it for free by using our MP3Juice AddOn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "MP3Juice",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Convert any YouTube video to a MP3 (audio) or MP4 (video) file, and download it for free by using our MP3Juice AddOn.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}