Youtube to Mp3 Converter by ConverterBear.online

Youtube to Mp3 Converter by ConverterBear.online

Adds a lightweight button below YouTube videos. This button converts the corresponding video of youtube to mp3 instantly when clicked! This is the fastest solution for youtube to mp3 converter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ConverterBear.online Youtube to Mp3 Converter",
  "version": "2.5",
  "author": "ConverterBear.online",
  "description": "Adds a lightweight button below YouTube videos. This button converts the corresponding video to mp3 instantly when clicked!",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "core.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1675ae3c-a44c-4cb2-a887-cbacf623fc89}"
    }
  }
}