Water for Spotify

A cleaner UI for the Spotify web player.

Water for Spotify là gì?

Water for Spotify là một tiện ích mở rộng Chrome được phát triển bởi BitwiseAndrea, và tính năng chính của nó là "A cleaner UI for the Spotify web player.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Water for Spotify 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

                        Modifies the UI of the Spotify web player. See screenshots for a look at what this extension will provide you - in the side by side view, Water for Spotify is shown on the left.
This extension is not made by Spotify and is not affiliated with Spotify.

Some of the changes include:
- Remove all instances of green call-to-action color usage
- Remove paneling from playlist cards (and most instances of matte gray) on homepage
- Center headings
- Extend gradient background to cover more of the page
- Support half screen mode

Feel free to file bugs or requests on GitHub.

More to come!
~BitwiseAndrea                    

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

Tên Water for Spotify Water for Spotify
ID pehpkjkjaakpbgembhfbbmgdelfoeipf
URL Chính Thức https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf
Mô tả A cleaner UI for the Spotify web player.
Kích Thước Tệp 75.02 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2020-09-01
Ngày Phát Hành 2019-11-18
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển BitwiseAndrea
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/BitwiseAndrea/water-for-spotify
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Water for Spotify",
    "version": "0.1.2",
    "description": "A cleaner UI for the Spotify web player.",
    "icons": {
        "128": "\/images\/water.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "css": [
                "\/styles.css"
            ],
            "js": [
                "\/jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css",
        "*.png",
        "*.cur"
    ]
}