Music Tab

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

Music Tab là gì?

Music Tab là một tiện ích mở rộng Chrome được phát triển bởi Brandon Vo, và tính năng chính của nó là "View your recently played Spotify songs everytime you open a new tab!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Music Tab

Tải xuống các tệp mở rộng Music Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Music Tab Music Tab
ID ognlklnalejbjmbliihoojjeeaeiobao
URL Chính Thức https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao
Mô tả View your recently played Spotify songs everytime you open a new tab!
Kích Thước Tệp 785 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2022-03-08
Ngày Phát Hành 2022-03-03
Đánh Giá 4.96/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Brandon Vo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}