Bandcamp New Tab

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

Co to jest Bandcamp New Tab?

Bandcamp New Tab to rozszerzenie Chrome opracowane przez Bandcamp, Inc., a jego główną funkcją jest „This extension replaces the default new tab content with a new Bandcamp album.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bandcamp New Tab

Pobierz pliki rozszerzeń Bandcamp New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
Oficjalny URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Opis This extension replaces the default new tab content with a new Bandcamp album.
Rozmiar pliku 46.65 KB
Liczba instalacji 508
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2016-03-11
Data Publikacji 2016-03-11
Ocena 3.88/5 Łącznie 17 Oceny
Deweloper Bandcamp, Inc.
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://bandcamp.com
Adres URL Strony Polityki Prywatności https://bandcamp.com/privacy
Obsługiwane Języki 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\/"
    ]
}