Spotube - Youtube to Spotify extension
A two-click extension for easily adding YouTube songs to your Spotify playlists.
Qu'est-ce que Spotube - Youtube to Spotify extension ?
Spotube - Youtube to Spotify extension est une extension Chrome développée par Luke Day, et sa fonction principale est "A two-click extension for easily adding YouTube songs to your Spotify playlists.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spotube - Youtube to Spotify extension
Téléchargez les fichiers d'extension Spotube - Youtube to Spotify extension 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
The easiest and quickest tool for adding songs to your Spotify playlists. Ever heard a song that you love on YouTube or SoundCloud? Ever wanted to add that song to your own playlist in two clicks? Well now you can! With Spotube you can add songs to your playlists easier than it's ever been. You don't even have to do any of the searching!
Informations de Base sur l'Extension
Nom | Spotube - Youtube to Spotify extension |
ID | lfdlhobkfckpepnbffebllapncjmafma |
URL Officiel | https://chromewebstore.google.com/detail/spotube-youtube-to-spotif/lfdlhobkfckpepnbffebllapncjmafma |
Description | A two-click extension for easily adding YouTube songs to your Spotify playlists. |
Taille du Fichier | 27.43 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 3.4 |
Dernière Mise à Jour | 2022-07-28 |
Date de Publication | 2020-09-02 |
Évaluation | 4.36/5 Total 11 Évaluations |
Développeur | Luke Day |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dayluke.github.io/spotube |
URL de la Page d'Aide | https://github.com/dayluke |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotube - Youtube to Spotify extension", "version": "3.4", "manifest_version": 3, "description": "A two-click extension for easily adding YouTube songs to your Spotify playlists.", "action": { "default_icon": "icon-128.png", "default_popup": "popup.html", "default_title": "Spotube - Youtube to Spotify extension" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.soundcloud.com\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/?code*" ], "run_at": "document_start", "js": [ "libs\/oauth\/injection.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "libs\/*\/*" ], "matches": [ " |