Tubify - YouTube to Spotify
Easily Add Songs from YouTube to a Spotify Playlist
Qu'est-ce que Tubify - YouTube to Spotify ?
Tubify - YouTube to Spotify est une extension Chrome développée par Christian Ayisi, et sa fonction principale est "Easily Add Songs from YouTube to a Spotify Playlist".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tubify - YouTube to Spotify
Téléchargez les fichiers d'extension Tubify - YouTube to Spotify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tubify - YouTube to Spotify |
ID | odjcdeedkbdeggimbfhpablpgmdphaem |
URL Officiel | https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem |
Description | Easily Add Songs from YouTube to a Spotify Playlist |
Taille du Fichier | 212 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2022-11-15 |
Date de Publication | 2021-08-13 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Christian Ayisi |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link |
Langues Prises en Charge | 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" } } |