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?

Auto-BandCamp是由mkdevservices开发的Chrome扩展程序,该扩展的主要功能是“Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.”。

扩展截图

screenshot
screenshot

下载Auto-BandCamp扩展crx文件

下载Auto-BandCamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Auto-BandCamp Auto-BandCamp
ID limemoifnaonjflnmlnbachimddmkbcm
官方URL https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm
简介 Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
文件大小 582 KB
安装次数 161
当前版本 1.0
更新时间 2017-03-26
上架时间 2017-03-26
评分 2.33/5 共3次评分
开发者 mkdevservices
付费类型 free
支持的语言 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\/"
    ]
}