Auto-BandCamp
Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Cos'è Auto-BandCamp?
Auto-BandCamp è un'estensione di Chrome sviluppata da mkdevservices, e la sua funzione principale è "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto-BandCamp
Scarica i file di estensione Auto-BandCamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | limemoifnaonjflnmlnbachimddmkbcm |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm |
Descrizione | Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included. |
Dimensione del File | 582 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-03-26 |
Data di Pubblicazione | 2017-03-26 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | mkdevservices |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |