Bandcamp New Tab

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

O que é Bandcamp New Tab?

Bandcamp New Tab é uma extensão do Chrome desenvolvida por Bandcamp, Inc., e sua principal característica é "This extension replaces the default new tab content with a new Bandcamp album.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bandcamp New Tab

Baixe arquivos de extensão Bandcamp New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
URL Oficial https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Descrição This extension replaces the default new tab content with a new Bandcamp album.
Tamanho do Arquivo 46.65 KB
Contagem de Instalações 508
Versão Atual 0.0.3
Última Atualização 2016-03-11
Data de Publicação 2016-03-11
Classificação 3.88/5 Total de 17 Avaliações
Desenvolvedor Bandcamp, Inc.
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://bandcamp.com
URL da Página de Política de Privacidade https://bandcamp.com/privacy
Idiomas Suportados 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\/"
    ]
}