Spotify Cursor Pointer

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

Spotify Cursor Pointer là gì?

Spotify Cursor Pointer là một tiện ích mở rộng Chrome được phát triển bởi Manglemire, và tính năng chính của nó là "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spotify Cursor Pointer

Tải xuống các tệp mở rộng Spotify Cursor Pointer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spotify Cursor Pointer Spotify Cursor Pointer
ID nphfdhnocfgjopinfialbjjpnefgcdpf
URL Chính Thức https://chromewebstore.google.com/detail/spotify-cursor-pointer/nphfdhnocfgjopinfialbjjpnefgcdpf
Mô tả Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.
Kích Thước Tệp 7.93 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-05-25
Ngày Phát Hành 2020-05-24
Nhà Phát Triển Manglemire
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}