YT2MP3

YT2MP3

Convert YouTube videos to 360kbps MP3 files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YT2MP3",
  "version": "1.0",
  "description": "Convert YouTube videos to 360kbps MP3 files.",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "YT2MP3",
    "default_popup": "popup.html"
  }
}