Yandex Music Fisher

Yandex Music Fisher

Скачивание музыки с сервисов Яндекс.Музыка и Яндекс.Радио

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Yandex Music Fisher",
  "description": "Скачивание музыки с сервисов Яндекс.Музыка и Яндекс.Радио",
  "permissions": [
    "tabs",
    "downloads",
    "https://music.yandex.ru/",
    "https://music.yandex.ua/",
    "https://music.yandex.kz/",
    "https://music.yandex.by/",
    "https://avatars.yandex.net/",
    "https://storage.mds.yandex.net/"
  ],
  "background": {
    "scripts": [
      "bundle/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "bundle/content.js"
      ],
      "matches": [
        "https://music.yandex.ru/*",
        "https://music.yandex.ua/*",
        "https://music.yandex.kz/*",
        "https://music.yandex.by/*",
        "https://radio.yandex.ru/*",
        "https://radio.yandex.ua/*",
        "https://radio.yandex.kz/*",
        "https://radio.yandex.by/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_title": "Yandex Music Fisher",
    "default_popup": "popup/popup.html",
    "default_icon": "background/img/black.png"
  },
  "icons": {
    "128": "background/img/icon.png"
  },
  "homepage_url": "https://github.com/egoroof/yandex-music-fisher",
  "version": "2.1.4resigned1",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "52.0"
    }
  }
}