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
公式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
Eメール [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
}