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é es Auto-BandCamp?

Auto-BandCamp es una extensión de Chrome desarrollada por mkdevservices, y su función principal es "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Auto-BandCamp

Descarga archivos de extensión Auto-BandCamp en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Auto-BandCamp Auto-BandCamp
ID limemoifnaonjflnmlnbachimddmkbcm
URL Oficial https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm
Descripción Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Tamaño del Archivo 582 KB
Cantidad de Instalaciones 161
Versión Actual 1.0
Última Actualización 2017-03-26
Fecha de Publicación 2017-03-26
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador mkdevservices
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}