Spotify Cursor Pointer

Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.

Qu'est-ce que Spotify Cursor Pointer ?

Spotify Cursor Pointer est une extension Chrome développée par Manglemire, et sa fonction principale est "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Spotify Cursor Pointer

Téléchargez les fichiers d'extension Spotify Cursor Pointer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        By default, Spotify Web Player doesn't change the mouse cursor when you hover over the Play button. I find it to be counter-intuitive and annoying.

This extension will remedy that by changing the cursor style to Pointer (a hand with a finger). It is how most websites implement it, and it makes for a smoother user experience.

Currently, the Pointer style is added to all Play buttons, as well as the song progress bar and the volume bar.

Icons by https://dryicons.com                    

Informations de Base sur l'Extension

Nom Spotify Cursor Pointer Spotify Cursor Pointer
ID nphfdhnocfgjopinfialbjjpnefgcdpf
URL Officiel https://chromewebstore.google.com/detail/spotify-cursor-pointer/nphfdhnocfgjopinfialbjjpnefgcdpf
Description Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.
Taille du Fichier 7.93 KB
Nombre d'Installations 144
Version Actuelle 1.0
Dernière Mise à Jour 2020-05-25
Date de Publication 2020-05-24
Développeur Manglemire
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify Cursor Pointer",
    "version": "1.0",
    "description": "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "cursor_pointer.css"
            ],
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ]
        }
    ]
}