Tubify - YouTube to Spotify
Easily Add Songs from YouTube to a Spotify Playlist
Cos'è Tubify - YouTube to Spotify?
Tubify - YouTube to Spotify è un'estensione di Chrome sviluppata da Christian Ayisi, e la sua funzione principale è "Easily Add Songs from YouTube to a Spotify Playlist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tubify - YouTube to Spotify
Scarica i file di estensione Tubify - YouTube to Spotify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Tubify - YouTube to Spotify |
ID | odjcdeedkbdeggimbfhpablpgmdphaem |
URL Ufficiale | https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem |
Descrizione | Easily Add Songs from YouTube to a Spotify Playlist |
Dimensione del File | 212 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2022-11-15 |
Data di Pubblicazione | 2021-08-13 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | Christian Ayisi |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link |
Lingue Supportate | 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" } } |