YouTube to MP3 Converter

YouTube to MP3 Converter

Transform YouTube videos into MP3 in just a few clicks. Features 1. Fast Download 2. Easy to Use 3. Unlimited Conversions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YouTube to MP3 Converter",
  "version": "1.0",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  }
}