Music Tab

View your recently played Spotify songs everytime you open a new tab!

Cos'è Music Tab?

Music Tab è un'estensione di Chrome sviluppata da Brandon Vo, e la sua funzione principale è "View your recently played Spotify songs everytime you open a new tab!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Music Tab

Scarica i file di estensione Music Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With Music Tab, you can appreciate your favourite artists' cover art while browsing the web.

Music Tab is a new tab theme that displays the cover art and title of a recent Spotify song you listened.

To get started, install the Google Chrome extension and enable Music Tab. 

Planned Features
• Customizable Background (colour, gradient...)
• Displayed Song Settings (top tracks, recommended songs...)                    

Informazioni di Base sull'Estensione

Nome Music Tab Music Tab
ID ognlklnalejbjmbliihoojjeeaeiobao
URL Ufficiale https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao
Descrizione View your recently played Spotify songs everytime you open a new tab!
Dimensione del File 785 KB
Conteggio Installazioni 102
Versione Corrente 1.1.4
Ultimo Aggiornamento 2022-03-08
Data di Pubblicazione 2022-03-03
Valutazione 4.96/5 Totale 23 Valutazioni
Sviluppatore Brandon Vo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Music Tab",
    "version": "1.1.4",
    "description": "View your recently played Spotify songs everytime you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon16.png",
            "48": "assets\/img\/icon48.png",
            "128": "assets\/img\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "permissions": [
        "storage"
    ]
}