Youtube on Spotify
Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
¿Qué es Youtube on Spotify?
Youtube on Spotify es una extensión de Chrome desarrollada por https://spotify-on-youtube.herokuapp.com, y su función principal es "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube on Spotify
Descarga archivos de extensión Youtube on 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
A simple extension for Google Chrome that detects the track from your current played Youtube video. Open your favorite song on Spotify or save it to your library with a single click... Read its lyrics too.
Información Básica de la Extensión
Nombre | Youtube on Spotify |
ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
URL Oficial | https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk |
Descripción | Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too |
Tamaño del Archivo | 713 KB |
Cantidad de Instalaciones | 237 |
Versión Actual | 2.2 |
Última Actualización | 2022-12-14 |
Fecha de Publicación | 2020-06-08 |
Calificación | 3.00/5 Total de 1 Calificaciones |
Desarrollador | https://spotify-on-youtube.herokuapp.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://spotify-on-youtube.herokuapp.com/ |
URL de la Página de Ayuda | http://spotify-on-youtube.herokuapp.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube on Spotify", "version": "2.2", "description": "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "https:\/\/spotify-on-youtube.herokuapp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "app\/main.js" ] } ], "icons": { "128": "\/app\/assets\/128icon.png", "48": "\/app\/assets\/48icon.png", "32": "\/app\/assets\/32icon.png", "16": "\/app\/assets\/16icon.png" } } |