Music Tab
View your recently played Spotify songs everytime you open a new tab!
Was ist Music Tab?
Music Tab ist eine Chrome-Erweiterung, die von Brandon Vo entwickelt wurde, und ihr Hauptmerkmal ist "View your recently played Spotify songs everytime you open a new tab!".
Erweiterungsscreenshots
Music Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Music Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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...)
Grundlegende Informationen zur Erweiterung
Name | Music Tab |
ID | ognlklnalejbjmbliihoojjeeaeiobao |
Offizielle URL | https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao |
Beschreibung | View your recently played Spotify songs everytime you open a new tab! |
Dateigröße | 785 KB |
Installationsanzahl | 102 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2022-03-08 |
Veröffentlichungsdatum | 2022-03-03 |
Bewertung | 4.96/5 Insgesamt 23 Bewertungen |
Entwickler | Brandon Vo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |