Remotify - a Spotify remote for Chrome

A Spotify remote for your browser so that you don't have to leave your window to control your music playback.

Remotify - a Spotify remote for Chrome क्या है?

Remotify - a Spotify remote for Chrome Orion G द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Spotify remote for your browser so that you don't have to leave your window to control your music playback."।

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

screenshot

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

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

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

                        A browser remote for Spotify that allows you to control playback without interrupting your browsing experience. This extension can control playback on whatever your active device is, including your computer, phone, smart home device, etc..

Please note that, due to the limitations of Spotify's API, you are unable to manipulate or interact with your Spotify queue beyond viewing it. If I find a workaround for this I will update the extension.                    

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

नाम Remotify - a Spotify remote for Chrome Remotify - a Spotify remote for Chrome
ID hfphhdilhobagdkbgpfeagicnblebflk
आधिकारिक URL https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk
विवरण A Spotify remote for your browser so that you don't have to leave your window to control your music playback.
फ़ाइल का आकार 421 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-12-08
प्रकाशन तिथि 2023-09-06
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Orion G
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remotify - a Spotify remote for Chrome",
    "description": "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Remotify",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage"
    ]
}