MyFreeMP3

MyFreeMP3

This Add-On adds a shortcut to download Videos you just watching as MP3 (audio) or MP4 (video) on MyFreeMP3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MyFreeMP3",
  "version": "1.0",
  "homepage_url": "https://myfreemp3.app/",
  "description": "This Add-On adds a shortcut to download Videos you just watching as MP3 (audio) or MP4 (video) on MyFreeMP3.",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/48.png",
    "128": "icons/48.png"
  },
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "MyFreeMP3",
    "default_popup": "popup/index.html"
  },
  "web_accessible_resources": [
    "popup/*.js",
    "popup/*.svg"
  ],
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{99ddba9c-f81a-4233-a5d0-1ef2846dc228}"
    }
  }
}