Youtube on Spotify

Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too

O que é Youtube on Spotify?

Youtube on Spotify é uma extensão do Chrome desenvolvida por https://spotify-on-youtube.herokuapp.com, e sua principal característica é "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube on Spotify

Baixe arquivos de extensão Youtube on Spotify 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

                        A simple extension for Google Chrome that detects the track from your current played Youtube video. Open your favorite song on Spotify or save it to your library with a single click...
Read its lyrics too.                    

Informações Básicas da Extensão

Nome Youtube on Spotify Youtube on Spotify
ID ebjgbkabcnggfocfbjgeglelojkpeobk
URL Oficial https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk
Descrição Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Tamanho do Arquivo 713 KB
Contagem de Instalações 237
Versão Atual 2.2
Última Atualização 2022-12-14
Data de Publicação 2020-06-08
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor https://spotify-on-youtube.herokuapp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://spotify-on-youtube.herokuapp.com/
URL da Página de Ajuda http://spotify-on-youtube.herokuapp.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube on Spotify",
    "version": "2.2",
    "description": "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/spotify-on-youtube.herokuapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "app\/main.js"
            ]
        }
    ],
    "icons": {
        "128": "\/app\/assets\/128icon.png",
        "48": "\/app\/assets\/48icon.png",
        "32": "\/app\/assets\/32icon.png",
        "16": "\/app\/assets\/16icon.png"
    }
}