Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
Open Spotify Desktop App क्या है?
Open Spotify Desktop App thom801 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically opens the Desktop Spotify app for open.spotify.com links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Spotify Desktop App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.
एक्सटेंशन की मूल जानकारी
नाम | Open Spotify Desktop App |
ID | ccilmbdijoknlfpepncnebjkiclplhig |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
विवरण | Automatically opens the Desktop Spotify app for open.spotify.com links. |
फ़ाइल का आकार | 8.13 KB |
स्थापना संख्या | 4,824 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-01-12 |
प्रकाशन तिथि | 2021-01-12 |
रेटिंग | 4.64/5 कुल 11 रेटिंग्स |
डेवलपर | thom801 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Spotify Desktop App", "version": "1.0", "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.", "author": "Thom Allen - Twitter @thom801", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "https:\/\/open.spotify.com\/*" ], "js": [ "open-spotify.js" ] } ] } |