YandexMusic Downloader | Weblooter Inc.

YandexMusic Downloader | Weblooter Inc.

Данное расширение позволяет браузеру скачивать музыку с сервиса "Яндекс Музыка". Инструкция по использованию: 1. После начала…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YandexMusic Downloader | Weblooter Inc.",
  "version": "3.2",
  "offline_enabled": false,
  "icons": {
    "128": "icon-toolbar.png"
  },
  "content_scripts": [
    {
      "css": [
        "assets/css/injected.css"
      ],
      "js": [
        "assets/js/autoload.js"
      ],
      "matches": [
        "*://radio.yandex.ru/*",
        "*://radio.yandex.ua/*",
        "*://radio.yandex.kz/*",
        "*://radio.yandex.by/*",
        "*://music.yandex.ru/*",
        "*://music.yandex.ua/*",
        "*://music.yandex.kz/*",
        "*://music.yandex.by/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "assets/js/weblooterMusicDownload.js",
    "assets/vendor/jszip.js",
    "assets/vendor/FileSaver.js",
    "assets/vendor/jszip-utils.min.js"
  ],
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "WBL YandexMusic Downloader",
    "default_icon": "icon-toolbar.png"
  }
}