Скачать Яндекс Музыку

Скачать Яндекс Музыку

Расширение для скачивания музыки с Яндекс Музыки

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_title": "__MSG_appButtonDesc__"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "styles/content.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://music.yandex.uz/*",
        "*://music.yandex.by/*",
        "*://music.yandex.ru/*",
        "*://music.yandex.ua/*",
        "*://music.yandex.kz/*",
        "*://music.yandex.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
  },
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "downloads",
    "cookies",
    "unlimitedStorage",
    "tabs",
    "scripting",
    "webRequest",
    "declarativeNetRequestWithHostAccess"
  ],
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "version": "1.0.0.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://music.yandex.uz/*",
        "*://music.yandex.by/*",
        "*://music.yandex.ru/*",
        "*://music.yandex.ua/*",
        "*://music.yandex.kz/*",
        "*://music.yandex.com/*"
      ],
      "resources": [
        "images/icon-dark.svg",
        "images/icon-light.svg"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "sandbox.html"
      ],
      "use_dynamic_url": true
    }
  ]
}