Bandcamp New Tab

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

Cos'è Bandcamp New Tab?

Bandcamp New Tab è un'estensione di Chrome sviluppata da Bandcamp, Inc., e la sua funzione principale è "This extension replaces the default new tab content with a new Bandcamp album.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bandcamp New Tab

Scarica i file di estensione Bandcamp New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
URL Ufficiale https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Descrizione This extension replaces the default new tab content with a new Bandcamp album.
Dimensione del File 46.65 KB
Conteggio Installazioni 508
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-03-11
Data di Pubblicazione 2016-03-11
Valutazione 3.88/5 Totale 17 Valutazioni
Sviluppatore Bandcamp, Inc.
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://bandcamp.com
URL della Pagina della Politica sulla Privacy https://bandcamp.com/privacy
Lingue Supportate 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\/"
    ]
}