music.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "plugins": [
  3. {
  4. "name": "bilibili",
  5. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/bilibili.js"
  6. },
  7. {
  8. "name": "咪咕",
  9. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/migu.js"
  10. },
  11. {
  12. "name": "网易云",
  13. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/netease.js"
  14. },
  15. {
  16. "name": "全民K歌",
  17. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/qmkg.js"
  18. },
  19. {
  20. "name": "酷我",
  21. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/kuwo.js"
  22. },
  23. {
  24. "name": "千千音乐",
  25. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/qianqian.js"
  26. },
  27. {
  28. "name": "5sing",
  29. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/5sing.js"
  30. },
  31. {
  32. "name": "酷狗",
  33. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/kugou.js"
  34. },
  35. {
  36. "name": "QQ音乐",
  37. "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/master/qq.js"
  38. }
  39. ]
  40. }