Spotify Cursor Pointer
Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.
Wat is Spotify Cursor Pointer?
Spotify Cursor Pointer is een Chrome-extensie ontwikkeld door Manglemire, en de belangrijkste functie is "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spotify Cursor Pointer
Download Spotify Cursor Pointer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Spotify Cursor Pointer |
ID | nphfdhnocfgjopinfialbjjpnefgcdpf |
Officiële URL | https://chromewebstore.google.com/detail/spotify-cursor-pointer/nphfdhnocfgjopinfialbjjpnefgcdpf |
Beschrijving | Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player. |
Bestandsgrootte | 7.93 KB |
Aantal Installaties | 144 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-05-25 |
Publicatiedatum | 2020-05-24 |
Ontwikkelaar | Manglemire |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |