Spotify Cursor Pointer

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

什么是Spotify Cursor Pointer?

Spotify Cursor Pointer是由Manglemire开发的Chrome扩展程序,该扩展的主要功能是“Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.”。

扩展截图

screenshot

下载Spotify Cursor Pointer扩展crx文件

下载Spotify Cursor Pointer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Spotify Cursor Pointer Spotify Cursor Pointer
ID nphfdhnocfgjopinfialbjjpnefgcdpf
官方URL https://chromewebstore.google.com/detail/spotify-cursor-pointer/nphfdhnocfgjopinfialbjjpnefgcdpf
简介 Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.
文件大小 7.93 KB
安装次数 144
当前版本 1.0
更新时间 2020-05-25
上架时间 2020-05-24
开发者 Manglemire
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}