Auto-BandCamp

Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.

Auto-BandCamp là gì?

Auto-BandCamp là một tiện ích mở rộng Chrome được phát triển bởi mkdevservices, và tính năng chính của nó là "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".

Ả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 Auto-BandCamp

Tải xuống các tệp mở rộng Auto-BandCamp 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

                        If you use the website, BandCamp, to discover new music then Auto-BandCamp will simplify the listening processing for you. Once you open up an album page on the BandCamp site, load the extension and press play and it will begin to play through the album automatically. Auto-BandCamp will load the next song without any input required from the user. You can also pause, skip, and jump between songs without having to switch back to BandCamp tab by using the Song List feature in the extension.                    

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

Tên Auto-BandCamp Auto-BandCamp
ID limemoifnaonjflnmlnbachimddmkbcm
URL Chính Thức https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm
Mô tả Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Kích Thước Tệp 582 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-03-26
Ngày Phát Hành 2017-03-26
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển mkdevservices
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-BandCamp",
    "description": "Play an album off of BandCamp without having to click to start each song. Pause\/Resume, skip, and repeat features are included.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "alarms",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}