Bandcamp Scrobbler

Scrobble albums on Bandcamp to Last.fm

什麼是Bandcamp Scrobbler?

Bandcamp Scrobbler是由Ben W開發的Chrome擴展程式,該擴展的主要功能是“Scrobble albums on Bandcamp to Last.fm”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Bandcamp Scrobbler Bandcamp Scrobbler
ID cnmjkkjnmdhhemfbokmblfioalnbnlej
官方網址 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
}