Bandcamp Scrobbler

Scrobble albums on Bandcamp to Last.fm

Bandcamp Scrobbler là gì?

Bandcamp Scrobbler là một tiện ích mở rộng Chrome được phát triển bởi Ben W, và tính năng chính của nó là "Scrobble albums on Bandcamp to Last.fm".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bandcamp Scrobbler

Tải xuống các tệp mở rộng Bandcamp Scrobbler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bandcamp Scrobbler Bandcamp Scrobbler
ID cnmjkkjnmdhhemfbokmblfioalnbnlej
URL Chính Thức https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej
Mô tả Scrobble albums on Bandcamp to Last.fm
Kích Thước Tệp 48.34 KB
Số Lần Cài Đặt 1,429
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-04-12
Ngày Phát Hành 2021-01-11
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Ben W
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}