Spotify Cursor Pointer

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

O que é Spotify Cursor Pointer?

Spotify Cursor Pointer é uma extensão do Chrome desenvolvida por Manglemire, e sua principal característica é "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Spotify Cursor Pointer

Baixe arquivos de extensão Spotify Cursor Pointer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Spotify Cursor Pointer Spotify Cursor Pointer
ID nphfdhnocfgjopinfialbjjpnefgcdpf
URL Oficial https://chromewebstore.google.com/detail/spotify-cursor-pointer/nphfdhnocfgjopinfialbjjpnefgcdpf
Descrição Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.
Tamanho do Arquivo 7.93 KB
Contagem de Instalações 144
Versão Atual 1.0
Última Atualização 2020-05-25
Data de Publicação 2020-05-24
Desenvolvedor Manglemire
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}