Auto-BandCamp
Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
What is Auto-BandCamp?
Auto-BandCamp is a Chrome extension developed by mkdevservices, and its main feature is "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".
Extension Screenshots
Download Auto-BandCamp Extension CRX File
Download Auto-BandCamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | limemoifnaonjflnmlnbachimddmkbcm |
Official URL | https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm |
Description | Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included. |
File Size | 582 KB |
Installation Count | 161 |
Current Version | 1.0 |
Last Updated | 2017-03-26 |
Publish Date | 2017-03-26 |
Rating | 2.33/5 Total 3 Ratings |
Developer | mkdevservices |
Payment Type | free |
Supported Languages | 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\/" ] } |