Auto-BandCamp

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

Was ist Auto-BandCamp?

Auto-BandCamp ist eine Chrome-Erweiterung, die von mkdevservices entwickelt wurde, und ihr Hauptmerkmal ist "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".

Erweiterungsscreenshots

screenshot
screenshot

Auto-BandCamp-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto-BandCamp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto-BandCamp Auto-BandCamp
ID limemoifnaonjflnmlnbachimddmkbcm
Offizielle URL https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm
Beschreibung Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Dateigröße 582 KB
Installationsanzahl 161
Aktuelle Version 1.0
Letztes Update 2017-03-26
Veröffentlichungsdatum 2017-03-26
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler mkdevservices
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}