Spotube - Youtube to Spotify extension
A two-click extension for easily adding YouTube songs to your Spotify playlists.
What is Spotube - Youtube to Spotify extension?
Spotube - Youtube to Spotify extension is a Chrome extension developed by Luke Day, and its main feature is "A two-click extension for easily adding YouTube songs to your Spotify playlists.".
Extension Screenshots
Download Spotube - Youtube to Spotify extension Extension CRX File
Download Spotube - Youtube to Spotify extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Spotube - Youtube to Spotify extension |
ID | lfdlhobkfckpepnbffebllapncjmafma |
Official URL | https://chromewebstore.google.com/detail/spotube-youtube-to-spotif/lfdlhobkfckpepnbffebllapncjmafma |
Description | A two-click extension for easily adding YouTube songs to your Spotify playlists. |
File Size | 27.43 KB |
Installation Count | 1,000 |
Current Version | 3.4 |
Last Updated | 2022-07-28 |
Publish Date | 2020-09-02 |
Rating | 4.36/5 Total 11 Ratings |
Developer | Luke Day |
[email protected] | |
Payment Type | free |
Extension Website | https://dayluke.github.io/spotube |
Help Page URL | https://github.com/dayluke |
Supported Languages | 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": [ " |