Auto-BandCamp

Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.

O que é Auto-BandCamp?

Auto-BandCamp é uma extensão do Chrome desenvolvida por mkdevservices, e sua principal característica é "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto-BandCamp

Baixe arquivos de extensão Auto-BandCamp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Auto-BandCamp Auto-BandCamp
ID limemoifnaonjflnmlnbachimddmkbcm
URL Oficial https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm
Descrição Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Tamanho do Arquivo 582 KB
Contagem de Instalações 161
Versão Atual 1.0
Última Atualização 2017-03-26
Data de Publicação 2017-03-26
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor mkdevservices
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}