Spotube - Youtube to Spotify extension
A two-click extension for easily adding YouTube songs to your Spotify playlists.
O que é Spotube - Youtube to Spotify extension?
Spotube - Youtube to Spotify extension é uma extensão do Chrome desenvolvida por Luke Day, e sua principal característica é "A two-click extension for easily adding YouTube songs to your Spotify playlists.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spotube - Youtube to Spotify extension
Baixe arquivos de extensão Spotube - Youtube to Spotify extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Spotube - Youtube to Spotify extension |
ID | lfdlhobkfckpepnbffebllapncjmafma |
URL Oficial | https://chromewebstore.google.com/detail/spotube-youtube-to-spotif/lfdlhobkfckpepnbffebllapncjmafma |
Descrição | A two-click extension for easily adding YouTube songs to your Spotify playlists. |
Tamanho do Arquivo | 27.43 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 3.4 |
Última Atualização | 2022-07-28 |
Data de Publicação | 2020-09-02 |
Classificação | 4.36/5 Total de 11 Avaliações |
Desenvolvedor | Luke Day |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dayluke.github.io/spotube |
URL da Página de Ajuda | https://github.com/dayluke |
Idiomas Suportados | 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": [ " |