Bandcamp New Tab

This extension replaces the default new tab content with a new Bandcamp album.

Was ist Bandcamp New Tab?

Bandcamp New Tab ist eine Chrome-Erweiterung, die von Bandcamp, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces the default new tab content with a new Bandcamp album.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bandcamp New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bandcamp New Tab-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

                        Looking for amazing new music, but too ​lazy, er,​ busy to go searching? We can help! Enjoy wonderful sounds curated from the vast musical landscape known as Bandcamp, delivered with minimal effort right to your browser: a fresh new album each time you open a new tab. Sure, you can skip that nice and inviting Play button and go on with your day, but eh, why not click it, put your good headphones on and see if you like what you hear. If you don't, no biggie. Go ahead and complete your original task. But if you do? Then yeah, let it play and open another tab to go off and be productive. Music helps with that, ya know?                    

Grundlegende Informationen zur Erweiterung

Name Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
Offizielle URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Beschreibung This extension replaces the default new tab content with a new Bandcamp album.
Dateigröße 46.65 KB
Installationsanzahl 508
Aktuelle Version 0.0.3
Letztes Update 2016-03-11
Veröffentlichungsdatum 2016-03-11
Bewertung 3.88/5 Insgesamt 17 Bewertungen
Entwickler Bandcamp, Inc.
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://bandcamp.com
URL der Datenschutzrichtlinien-Seite https://bandcamp.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandcamp New Tab",
    "description": "This extension replaces the default new tab content with a new Bandcamp album.",
    "version": "0.0.3",
    "author": "Bandcamp, Inc.",
    "icons": {
        "128": "bc-newtab-icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "player.html"
    },
    "permissions": [
        "https:\/\/bandcamp.com\/"
    ]
}