Youtube on Spotify

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

Qu'est-ce que Youtube on Spotify ?

Youtube on Spotify est une extension Chrome développée par https://spotify-on-youtube.herokuapp.com, et sa fonction principale est "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Youtube on Spotify

Téléchargez les fichiers d'extension Youtube on Spotify 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

                        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.                    

Informations de Base sur l'Extension

Nom Youtube on Spotify Youtube on Spotify
ID ebjgbkabcnggfocfbjgeglelojkpeobk
URL Officiel https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk
Description Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Taille du Fichier 713 KB
Nombre d'Installations 237
Version Actuelle 2.2
Dernière Mise à Jour 2022-12-14
Date de Publication 2020-06-08
Évaluation 3.00/5 Total 1 Évaluations
Développeur https://spotify-on-youtube.herokuapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://spotify-on-youtube.herokuapp.com/
URL de la Page d'Aide http://spotify-on-youtube.herokuapp.com/
Langues Prises en Charge 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"
    }
}