云音乐

云音乐

聚合网易云音乐酷狗音乐QQ音乐咪咕音乐等,支持搜歌,歌曲下载等功能,畅听多平台vip歌曲

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "聚合网易云音乐酷狗音乐QQ音乐咪咕音乐等,支持搜歌,歌曲下载等功能,畅听多平台vip歌曲",
  "version": "1.1.12",
  "name": "云音乐",
  "author": "[email protected]",
  "manifest_version": 3,
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {},
  "commands": {
    "next_Song": {
      "suggested_key": {
        "default": "Alt+N",
        "windows": "Alt+N",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      },
      "description": "下一首"
    },
    "pre_Song": {
      "suggested_key": {
        "default": "Alt+P",
        "windows": "Alt+P",
        "mac": "Command+Shift+K",
        "chromeos": "Ctrl+Shift+E",
        "linux": "Ctrl+Shift+E"
      },
      "description": "上一首"
    },
    "play_Song": {
      "suggested_key": {
        "default": "Alt+T",
        "windows": "Alt+T",
        "mac": "Command+Shift+I",
        "chromeos": "Ctrl+Shift+I",
        "linux": "Ctrl+Shift+I"
      },
      "description": "播放/暂停"
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+O",
        "windows": "Alt+O",
        "mac": "Command+Shift+V",
        "chromeos": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+Y"
      },
      "description": "打开/关闭"
    }
  },
  "icons": {
    "16": "icon-128.png",
    "48": "icon-128.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "notifications",
    "contextMenus",
    "offscreen",
    "downloads",
    "downloads.open",
    "downloads.shelf",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.tonzhon.com/",
    "*://*.toujianyun.com/",
    "*://*.fangpi.net/",
    "*://*.music.163.com/",
    "*://*.music.126.net/",
    "*://*.kuwo.cn/",
    "*://*.migu.cn/",
    "*://*.qq.com/*",
    "*://*.bilibili.com/*",
    "*://*.gtimg.cn/*",
    "*://*.taihe.com/*",
    "*://music.91q.com/*",
    "*://*.xiami.com/*",
    "*://*.kugou.com/",
    "*://*.52stars.cn/*",
    "*://*.qtfm.cn/*",
    "*:/*.xmsj.org/*",
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}