Bandcamp New Tab

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

Co je Bandcamp New Tab?

Bandcamp New Tab je rozšíření Chrome vyvinuté Bandcamp, Inc., a jeho hlavní funkcí je „This extension replaces the default new tab content with a new Bandcamp album.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bandcamp New Tab

Stáhněte si soubory rozšíření Bandcamp New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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?                    

Základní Informace o Rozšíření

Název Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
Oficiální URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Popis This extension replaces the default new tab content with a new Bandcamp album.
Velikost souboru 46.65 KB
Počet instalací 508
Aktuální Verze 0.0.3
Poslední Aktualizace 2016-03-11
Datum Vydání 2016-03-11
Hodnocení 3.88/5 Celkem 17 Hodnocení
Vývojář Bandcamp, Inc.
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://bandcamp.com
URL Stránky Zásad Ochrany Soukromí https://bandcamp.com/privacy
Podporované Jazyky 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\/"
    ]
}