Auto-BandCamp
Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Qu'est-ce que Auto-BandCamp ?
Auto-BandCamp est une extension Chrome développée par mkdevservices, et sa fonction principale est "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto-BandCamp
Téléchargez les fichiers d'extension Auto-BandCamp 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
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.
Informations de Base sur l'Extension
Nom | |
ID | limemoifnaonjflnmlnbachimddmkbcm |
URL Officiel | 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. |
Taille du Fichier | 582 KB |
Nombre d'Installations | 161 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-03-26 |
Date de Publication | 2017-03-26 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | mkdevservices |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |