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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotify Cursor Pointer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}