Bandcamp Streamer

Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.

Qu'est-ce que Bandcamp Streamer ?

Bandcamp Streamer est une extension Chrome développée par aflowofcode, et sa fonction principale est "Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bandcamp Streamer

Téléchargez les fichiers d'extension Bandcamp Streamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bandcamp Streamer features uninterrupted streaming from your feed, collection, & wishlist, greatly smoothing out the listening experience for those with fan accounts. No more pressing play after every track!

On the feed page, tracks are separated into two separate playlists: fan activity & new releases. The player allows you to skip back and forth and control the volume.

On your own collection page, you can stream full albums (that you own) back to back nonstop, or play through your favorite track from each release. Both playlists can be shuffled, and so can your wishlist. Scramble everything you've collected and listen to it nonstop for days on end! Search results are streamable as well (full albums only on collection tab).

You can also easily explore the collections of other fans and friends by streaming all of their featured/favorite or wishlisted tracks. Finding great new music is amazingly simple and efficient.

Extra features: 
* Load entire collections & wishlists in one click
* On the feed page, prices are listed next to the "buy now" buttons. 
* The spacebar can be used to start & stop the player while the arrow keys skip back and forth (including on regular album pages).

Known issues: 
* New stories added from the top while the feed page is loaded are not added to the playlist. If you want to hear them, just reload the page.
* If the collection/wishlist playlist has been shuffled when more tracks are added, it becomes unshuffled. It is recommended to load all the desired tracks to the page first, then shuffle and start the playlist.
* If you are playing from collection/wishlist search results & click to another tab, the current track will continue playing but the playlist will be lost.  
* If an item has been displayed in both collection or wishlist tab & the tab's search results, clicking on the item in the bottom player bar won't scroll to the correct location.  
* One-click loading of everything from very large collections/wishlists (1000+ items) may be buggy.

What this extension does *not* do: 
* Allow you to add a full album to your wishlist and then stream the whole thing. Playing only the first or featured track of an album in your wishlist is a Bandcamp limitation that this extension does not try to circumvent. You can do two things: support the artist and buy the album (best option for full flexibility + solidarity factor), or add each individual track from the album to your wishlist if possible. 
* Attempt to track you or any of your data in any way, or communicate with any third parties for any reason. This is a 100% privacy respecting extension.

Happy streaming!

Demo video: https://www.youtube.com/watch?v=uXO3qu-vz0Q

P.S. If you appreciate this extension, consider showing some support! Please leave a rating and some feedback, it's always motivating to hear from people who enjoy the extension. Suggestions and bug reports are also welcome, preferably via Github.

Any donation no matter how small is appreciated. Much like making music, writing browser extensions is often a labor of love with little to no financial benefits in return for a lot of heart and effort.

* https://www.paypal.me/aflowofcode     
* BTC: 1Juw5ZBdWujAYErTqGd6DwU48xL7HnnF6T
* ETH: 0x54e0beAAF0fA4858e9671aCcDEb4d5C4d4f41f95
* BCH: bitcoincash:qpaw45z4w4pudgdtevh5ysrwyf0xkmrq4cv69zjhc9                    

Informations de Base sur l'Extension

Nom Bandcamp Streamer Bandcamp Streamer
ID hopclencgmfjiipjmlenfcdgcdblfmjh
URL Officiel https://chromewebstore.google.com/detail/bandcamp-streamer/hopclencgmfjiipjmlenfcdgcdblfmjh
Description Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.
Taille du Fichier 48.93 KB
Nombre d'Installations 1,412
Version Actuelle 1.4.1
Dernière Mise à Jour 2023-01-14
Date de Publication 2020-03-29
Évaluation 3.86/5 Total 14 Évaluations
Développeur aflowofcode
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/aflowofcode/bandcamp-streamer
URL de la Page d'Aide https://github.com/aflowofcode/bandcamp-streamer/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Streamer",
    "version": "1.4.1",
    "description": "Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.",
    "permissions": [
        "https:\/\/bandcamp.com\/*\/feed",
        "https:\/\/bandcamp.com\/*",
        "https:\/\/*.bandcamp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bandcamp.com\/*\/feed",
                "https:\/\/bandcamp.com\/*",
                "https:\/\/*.bandcamp.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "contentScript.js",
        "modules\/*.js"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}