Music Tab

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

Apa itu Music Tab?

Music Tab adalah ekstensi Chrome yang dikembangkan oleh Brandon Vo, dan fitur utamanya adalah "View your recently played Spotify songs everytime you open a new tab!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Music Tab

Unduh file ekstensi Music Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Music Tab Music Tab
ID ognlklnalejbjmbliihoojjeeaeiobao
URL Resmi https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao
Deskripsi View your recently played Spotify songs everytime you open a new tab!
Ukuran File 785 KB
Jumlah Instalasi 102
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2022-03-08
Tanggal Publikasi 2022-03-03
Penilaian 4.96/5 Total 23 Penilaian
Pengembang Brandon Vo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}