Spotube - Youtube to Spotify extension
A two-click extension for easily adding YouTube songs to your Spotify playlists.
Wat is Spotube - Youtube to Spotify extension?
Spotube - Youtube to Spotify extension is een Chrome-extensie ontwikkeld door Luke Day, en de belangrijkste functie is "A two-click extension for easily adding YouTube songs to your Spotify playlists.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spotube - Youtube to Spotify extension
Download Spotube - Youtube to Spotify extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Spotube - Youtube to Spotify extension |
ID | lfdlhobkfckpepnbffebllapncjmafma |
Officiële URL | https://chromewebstore.google.com/detail/spotube-youtube-to-spotif/lfdlhobkfckpepnbffebllapncjmafma |
Beschrijving | A two-click extension for easily adding YouTube songs to your Spotify playlists. |
Bestandsgrootte | 27.43 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 3.4 |
Laatst Bijgewerkt | 2022-07-28 |
Publicatiedatum | 2020-09-02 |
Beoordeling | 4.36/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Luke Day |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dayluke.github.io/spotube |
Help Pagina-URL | https://github.com/dayluke |
Ondersteunde Talen | 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": [ " |