Spotify Player

A browser extension that streamlines your Spotify listening experience.

Spotify Player क्या है?

Spotify Player davidnguyen179 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that streamlines your Spotify listening experience."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With Spotit, you can control your music without losing focus or getting distracted by switching to another window.

Here are some ways to connect with me and support Spotit:

★ Follow me on Twitter: https://twitter.com/davidnguyen121

★ Visit our website: https://www.spotit.page/

★ Support Spotit by donating here: https://paypal.me/davidnguyen179

These are the features that Spotit offers:

★ Play, Pause, Previous, and Next song controls

★ Volume control (using the mouse wheel)

★ Ability to like a song

★ Repeat and Shuffle options

★ Easy copy link to share with friends

★ Option to open the Spotify desktop app

Various hot keys for quick actions:

★ Space: Pause/Play

★ Arrow Right: Next song

★ Arrow Left: Previous song

★ Arrow Down: Volume down

★ Arrow Up: Volume up

★ M: Mute/Unmute

★ S: Add to liked songs/Remove from liked songs

★ R: Repeat

★ H: Turn on / off shuffle (only available in bigger UI)

★ C: Copy song url                    

एक्सटेंशन की मूल जानकारी

नाम Spotify Player Spotify Player
ID bhdjjppbnlpjpeicimhemencfgjeldoa
आधिकारिक URL https://chromewebstore.google.com/detail/spotify-player/bhdjjppbnlpjpeicimhemencfgjeldoa
विवरण A browser extension that streamlines your Spotify listening experience.
फ़ाइल का आकार 1.36 MB
स्थापना संख्या 71,218
वर्तमान संस्करण 3.1
अंतिम अपडेट 2023-06-04
प्रकाशन तिथि 2020-06-30
रेटिंग 4.53/5 कुल 100 रेटिंग्स
डेवलपर davidnguyen179
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.spotit.page/
सहायता पृष्ठ URL https://www.spotit.page/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Player",
    "version": "3.1",
    "description": "A browser extension that streamlines your Spotify listening experience.",
    "permissions": [
        "contextMenus",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/*.spotify.com\/"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/spotify-mini-player-16.png",
            "48": "images\/spotify-mini-player-48.png",
            "128": "images\/spotify-mini-player-128.png"
        },
        "default_title": "Spotify Extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/spotify-mini-player-16.png",
        "48": "images\/spotify-mini-player-48.png",
        "128": "images\/spotify-mini-player-128.png"
    },
    "homepage_url": "https:\/\/www.spotit.page\/",
    "author": "[email protected]"
}