Click&listen for Spotify
Search for songs and listen them in your browser.
Click&listen for Spotify क्या है?
Click&listen for Spotify Mathyn Scheerder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for songs and listen them in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Click&listen for Spotify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The "Click&listen for spotify" extension searches for songs based on the text you select in your browser. You see the name of a song and wonder how it sounds? Or see a song you like? Simply select it, open the extension and play it in your browser. Subsequently you can add this song to one of your playlists or library by only using your browser! Spotify account is not needed, only to listen to the full song or to use the save to library/playlists function. Please note that this is not an offical app from the developers of Spotify and is not associated with Spotify
एक्सटेंशन की मूल जानकारी
नाम | Click&listen for Spotify |
ID | oamfgaophpgocppjcgfobkbkkeehionm |
आधिकारिक URL | https://chromewebstore.google.com/detail/clicklisten-for-spotify/oamfgaophpgocppjcgfobkbkkeehionm |
विवरण | Search for songs and listen them in your browser. |
फ़ाइल का आकार | 233 KB |
स्थापना संख्या | 667 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-12-28 |
प्रकाशन तिथि | 2016-12-28 |
रेटिंग | 3.43/5 कुल 7 रेटिंग्स |
डेवलपर | Mathyn Scheerder |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click&listen for Spotify", "description": "Search for songs and listen them in your browser.", "version": "1.0.1", "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js", "bootstrap.min.js" ], "persistent": true }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "identity", "activeTab", "https:\/\/accounts.spotify.com\/*", "https:\/\/ajax.googleapis.com\/" ] } |