Music Tab

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

Qu'est-ce que Music Tab ?

Music Tab est une extension Chrome développée par Brandon Vo, et sa fonction principale est "View your recently played Spotify songs everytime you open a new tab!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Music Tab

Téléchargez les fichiers d'extension Music Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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...)                    

Informations de Base sur l'Extension

Nom Music Tab Music Tab
ID ognlklnalejbjmbliihoojjeeaeiobao
URL Officiel https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao
Description View your recently played Spotify songs everytime you open a new tab!
Taille du Fichier 785 KB
Nombre d'Installations 102
Version Actuelle 1.1.4
Dernière Mise à Jour 2022-03-08
Date de Publication 2022-03-03
Évaluation 4.96/5 Total 23 Évaluations
Développeur Brandon Vo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}