Youtube on Spotify
Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Was ist Youtube on Spotify?
Youtube on Spotify ist eine Chrome-Erweiterung, die von https://spotify-on-youtube.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".
Erweiterungsscreenshots
Youtube on Spotify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube on Spotify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Youtube on Spotify |
ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk |
Beschreibung | Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too |
Dateigröße | 713 KB |
Installationsanzahl | 237 |
Aktuelle Version | 2.2 |
Letztes Update | 2022-12-14 |
Veröffentlichungsdatum | 2020-06-08 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://spotify-on-youtube.herokuapp.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://spotify-on-youtube.herokuapp.com/ |
Hilfeseite URL | http://spotify-on-youtube.herokuapp.com/ |
Unterstützte Sprachen | 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" } } |