Free Music Downloader

Free Music Downloader

Free Music Downloader - Download videos/audios in MP3, MP4, webm, ... and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "bg-release.js"
  },
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "html/popup.html",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "64": "images/logo.png",
    "128": "images/logo-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/common.js",
        "js/common1.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*.js",
        "js/injected/*.js",
        "js/injected/*/*.js",
        "css/*.css",
        "js/*.wasm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "tabs",
    "webRequest",
    "scripting",
    "storage",
    "unlimitedStorage",
    "downloads",
    "declarativeNetRequest",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "__MSG_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.0"
}