Bandcamp New Tab

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

Wat is Bandcamp New Tab?

Bandcamp New Tab is een Chrome-extensie ontwikkeld door Bandcamp, Inc., en de belangrijkste functie is "This extension replaces the default new tab content with a new Bandcamp album.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bandcamp New Tab

Download Bandcamp New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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?                    

Basisinformatie over de Extensie

Naam Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
Officiële URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Beschrijving This extension replaces the default new tab content with a new Bandcamp album.
Bestandsgrootte 46.65 KB
Aantal Installaties 508
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-03-11
Publicatiedatum 2016-03-11
Beoordeling 3.88/5 Totaal 17 Beoordelingen
Ontwikkelaar Bandcamp, Inc.
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://bandcamp.com
URL van de Privacybeleid Pagina https://bandcamp.com/privacy
Ondersteunde Talen 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\/"
    ]
}