Click&listen for Spotify
Search for songs and listen them in your browser.
¿Qué es Click&listen for Spotify?
Click&listen for Spotify es una extensión de Chrome desarrollada por Mathyn Scheerder, y su función principal es "Search for songs and listen them in your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Click&listen for Spotify
Descarga archivos de extensión Click&listen for Spotify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Click&listen for Spotify |
ID | oamfgaophpgocppjcgfobkbkkeehionm |
URL Oficial | https://chromewebstore.google.com/detail/clicklisten-for-spotify/oamfgaophpgocppjcgfobkbkkeehionm |
Descripción | Search for songs and listen them in your browser. |
Tamaño del Archivo | 233 KB |
Cantidad de Instalaciones | 667 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-12-28 |
Fecha de Publicación | 2016-12-28 |
Calificación | 3.43/5 Total de 7 Calificaciones |
Desarrollador | Mathyn Scheerder |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |