Water for Spotify

A cleaner UI for the Spotify web player.

ما هو Water for Spotify؟

Water for Spotify هو إضافة Chrome تم تطويرها بواسطة BitwiseAndrea، والميزة الرئيسية لها هي "A cleaner UI for the Spotify web player.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Water for Spotify

قم بتنزيل ملفات الامتداد Water for Spotify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Water for Spotify Water for Spotify
ID pehpkjkjaakpbgembhfbbmgdelfoeipf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf
الوصف A cleaner UI for the Spotify web player.
حجم الملف 75.02 KB
عدد التثبيتات 90
النسخة الحالية 0.1.2
آخر تحديث 2020-09-01
تاريخ النشر 2019-11-18
تقييم 2.80/5 مجموع تقييمات 5
المطور BitwiseAndrea
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/BitwiseAndrea/water-for-spotify
اللغات المدعومة 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"
    ]
}