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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
Διεύθυνση URL της Σελίδας Βοήθειας 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"
    ]
}