Showcase

Your favorite music albums, every time you open a new tab.

O que é Showcase?

Showcase é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Your favorite music albums, every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Showcase

Baixe arquivos de extensão Showcase 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

                        Hello, music lovers! With Showcase you'll get to see one of your favorite albums, every time you open a new tab.

- Every time you open a new tab, you'll see a random album from your 100 most listened albums
- Start listening to the album directly on Spotify
- Read all about the album on Last.fm and Wikipedia
- Enjoy the beautiful artworks of your favorite music, without distractions


Important: you need a Last.fm account in order for this extension to work.                    

Informações Básicas da Extensão

Nome Showcase Showcase
ID bepmoggfmboifmfmcnlommkhofememng
URL Oficial https://chromewebstore.google.com/detail/showcase/bepmoggfmboifmfmcnlommkhofememng
Descrição Your favorite music albums, every time you open a new tab.
Tamanho do Arquivo 135 KB
Contagem de Instalações 61
Versão Atual 1.1
Última Atualização 2020-06-15
Data de Publicação 2020-06-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://www.showcasetab.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showcase",
    "version": "1.1",
    "description": "Your favorite music albums, every time you open a new tab.",
    "permissions": [
        "storage",
        "https:\/\/*.showcasetab.com\/",
        "https:\/\/lastfm.freetls.fastly.net\/",
        "https:\/\/i.scdn.co\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/showcase16.png",
        "32": "images\/showcase32.png",
        "48": "images\/showcase48.png",
        "128": "images\/showcase128.png"
    },
    "browser_action": [],
    "manifest_version": 2
}