Bandcamp Scrobbler
Scrobble albums on Bandcamp to Last.fm
什么是Bandcamp Scrobbler?
Bandcamp Scrobbler是由Ben W开发的Chrome扩展程序,该扩展的主要功能是“Scrobble albums on Bandcamp to Last.fm”。
扩展截图
下载Bandcamp Scrobbler扩展crx文件
下载Bandcamp Scrobbler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history. 扩展基本信息
| 名称 | |
| ID | cnmjkkjnmdhhemfbokmblfioalnbnlej |
| 官方URL | https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej |
| 简介 | Scrobble albums on Bandcamp to Last.fm |
| 文件大小 | 48.34 KB |
| 安装次数 | 1,429 |
| 当前版本 | 1.5 |
| 更新时间 | 2023-04-12 |
| 上架时间 | 2021-01-11 |
| 评分 | 3.29/5 共7次评分 |
| 开发者 | Ben W |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bandcamp Scrobbler",
"version": "1.5",
"description": "Scrobble albums on Bandcamp to Last.fm",
"icons": {
"16": "resource\/icon16.png",
"48": "resource\/icon48.png",
"128": "resource\/icon128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"storage",
"https:\/\/*.bandcamp.com\/"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 2
} | |