Maloja Scrobbler
Scrobbles tracks from various sites to your Maloja server
什么是Maloja Scrobbler?
Maloja Scrobbler是由Krateng开发的Chrome扩展程序,该扩展的主要功能是“Scrobbles tracks from various sites to your Maloja server”。
扩展截图
下载Maloja Scrobbler扩展crx文件
下载Maloja Scrobbler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Submits metadata about the music you play on Plex Web, Spotify, Bandcamp, YouTube Music and Soundcloud to your personal Maloja server in order to create personal listening statistics. 扩展基本信息
| 名称 | |
| ID | cfnbifdmgbnaalphodcbandoopgbfeeh |
| 官方URL | https://chromewebstore.google.com/detail/maloja-scrobbler/cfnbifdmgbnaalphodcbandoopgbfeeh |
| 简介 | Scrobbles tracks from various sites to your Maloja server |
| 文件大小 | 40.46 KB |
| 安装次数 | 54 |
| 当前版本 | 1.8 |
| 更新时间 | 2021-12-26 |
| 上架时间 | 2019-12-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Krateng |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/krateng/maloja |
| 帮助页面URL | https://github.com/krateng/maloja/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Maloja Scrobbler",
"version": "1.8",
"description": "Scrobbles tracks from various sites to your Maloja server",
"manifest_version": 2,
"permissions": [
"tabs",
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"128": "icon128.png",
"48": "icon48.png"
},
"default_popup": "settings.html",
"default_title": "Maloja Scrobbler"
},
"icons": {
"128": "icon128.png",
"48": "icon48.png"
}
} | |