Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

¿Qué es Tubify - YouTube to Spotify?

Tubify - YouTube to Spotify es una extensión de Chrome desarrollada por Christian Ayisi, y su función principal es "Easily Add Songs from YouTube to a Spotify Playlist".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tubify - YouTube to Spotify

Descarga archivos de extensión Tubify - YouTube to 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

                        Tubify supports all languages and is the most accurate extension for adding a song on YouTube to your Spotify playlist with a single click of a button. 

How to use: 

1. After installation, click the Extension puzzle icon in your 
Chrome browser next to your profile picture.
2. Pin the extension
3. Find your favorite song on YouTube, click the Tubify extension, then click the "Add to Spotify Playlist" button. 
4. Song is added to your "Tubify" playlist on Spotify.                    

Información Básica de la Extensión

Nombre Tubify - YouTube to Spotify Tubify - YouTube to Spotify
ID odjcdeedkbdeggimbfhpablpgmdphaem
URL Oficial https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem
Descripción Easily Add Songs from YouTube to a Spotify Playlist
Tamaño del Archivo 212 KB
Cantidad de Instalaciones 103
Versión Actual 1.2.1
Última Actualización 2022-11-15
Fecha de Publicación 2021-08-13
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador Christian Ayisi
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tubify - YouTube to Spotify",
    "description": "Easily Add Songs from YouTube to a Spotify Playlist",
    "version": "1.2.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}