-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
How to Contribute | ||
================= | ||
|
||
This project is now sold and is not maintained anymore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# bandcamp-down-chrome-ext | ||
Google Chrome Extension to download on Bandcamp | ||
Bandcamp Dowloader | ||
== | ||
[![GitHub release](https://img.shields.io/github/release/jaymoulin/bandcamp-down-chrome-ext.svg)](https://jaymoulin.github.io/bandcamp-down-chrome-ext/releases) | ||
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ekmnddmiahnnichdopgekncnodcbojnp.svg)](https://chrome.google.com/webstore/detail/bandcamp-downloader/ekmnddmiahnnichdopgekncnodcbojnp) | ||
[![Bitcoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png "Bitcoin donation")](https://m.freewallet.org/id/374ad82e/btc) | ||
[![Litecoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png "Litecoin donation")](https://m.freewallet.org/id/374ad82e/ltc) | ||
|
||
This Google Chrome extension allows you to easily download albums you can listen on Bandcamp. | ||
|
||
## What it looks like | ||
|
||
when you visit a bandcamp page with a listenable album, a notification will appear to download the album : | ||
|
||
![A wild notification appeared!](https://jaymoulin.github.io/bandcamp-down-chrome-ext/notif-1.png "A wild notification appeared!") | ||
|
||
Just click on it to download the album | ||
|
||
![Download in progress](https://jaymoulin.github.io/bandcamp-down-chrome-ext/notif-2.png "Download in progress") | ||
|
||
![Zip downloaded](https://jaymoulin.github.io/bandcamp-down-chrome-ext/zip.png "Zip downloaded") | ||
|
||
![All files in a great folder hierarchy](https://jaymoulin.github.io/bandcamp-down-chrome-ext/folder.png "All files in a great folder hierarchy") | ||
|
||
## Update 0.3.0 | ||
|
||
You can now configure the extension with the notification you want to see. | ||
|
||
Also, a new download page allows you to download multiple albums at the same time and retry tracks that failed to download. | ||
This page offers you really cool options to ease album downloading ! | ||
|
||
![Download page](https://jaymoulin.github.io/bandcamp-down-chrome-ext/downloadPage.png "Download page") | ||
|
||
![Download page while albums are downloading](https://jaymoulin.github.io/bandcamp-down-chrome-ext/downloadPageProgress.png "Download page while albums are downloading") | ||
|
||
![Retry all the things!](https://jaymoulin.github.io/bandcamp-down-chrome-ext/retryAll.png "Retry all the things!") | ||
|
||
![Settings for your notifications](https://jaymoulin.github.io/bandcamp-down-chrome-ext/settings.png "Settings for your notifications") |