Open Spotify Desktop
Redirect all valid URL to Spotify Desktop App
Open Spotify Desktop क्या है?
Open Spotify Desktop Chimildic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect all valid URL to Spotify Desktop App"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Spotify Desktop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you click to link "open.spotify.com", the extension redirects to Spotify Desktop App and closes the tab. For the first redirect, set the "always allow" option so that the redirect will work automatically in the future. Support link to: track, playlist, user, artist, album, show, episode. To disable redirection, disable the extension in the browser. Feedback via GitHub (link in the right block) or Chrome Web Store.
एक्सटेंशन की मूल जानकारी
नाम | Open Spotify Desktop |
ID | pnbnpemckkkiilpamimpoadnfjkchfjo |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-spotify-desktop/pnbnpemckkkiilpamimpoadnfjkchfjo |
विवरण | Redirect all valid URL to Spotify Desktop App |
फ़ाइल का आकार | 61.51 KB |
स्थापना संख्या | 661 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2021-03-16 |
प्रकाशन तिथि | 2021-01-07 |
रेटिंग | 4.70/5 कुल 37 रेटिंग्स |
डेवलपर | Chimildic |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Chimildic/open-spotify-desktop |
सहायता पृष्ठ URL | https://github.com/Chimildic/open-spotify-desktop/discussions |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/chimildic-privacy-policy |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "version": "0.0.5", "manifest_version": 2, "author": "Chimildic", "default_locale": "en", "permissions": [ "storage", "*:\/\/open.spotify.com\/*" ], "background": { "scripts": [ "\/script\/background\/background.js", "\/script\/background\/utils.js", "\/script\/background\/options.js", "\/script\/background\/request.js" ], "persistent": true }, "icons": { "16": "\/logo\/icon16.png", "24": "\/logo\/icon24.png", "32": "\/logo\/icon32.png", "64": "\/logo\/icon64.png", "128": "\/logo\/icon128.png", "256": "\/logo\/icon256.png", "512": "\/logo\/icon512.png" }, "homepage_url": "https:\/\/github.com\/Chimildic\/open-spotify-desktop" } |