Bandcamp New Tab

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

Hvad er Bandcamp New Tab?

Bandcamp New Tab er en Chrome-udvidelse udviklet af Bandcamp, Inc., og dens hovedfunktion er "This extension replaces the default new tab content with a new Bandcamp album.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Bandcamp New Tab-udvidelses-CRX-fil

Download Bandcamp New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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?                    

Grundlæggende oplysninger om udvidelsen

Navn Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
Officiel URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Beskrivelse This extension replaces the default new tab content with a new Bandcamp album.
Filstørrelse 46.65 KB
Antal Installationer 508
Nuværende Version 0.0.3
Senest Opdateret 2016-03-11
Udgivelsesdato 2016-03-11
Bedømmelse 3.88/5 Samlet 17 Bedømmelser
Udvikler Bandcamp, Inc.
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://bandcamp.com
URL til Fortrolighedspolitik Side https://bandcamp.com/privacy
Understøttede Sprog 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\/"
    ]
}