Youtube on Spotify
Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Wat is Youtube on Spotify?
Youtube on Spotify is een Chrome-extensie ontwikkeld door https://spotify-on-youtube.herokuapp.com, en de belangrijkste functie is "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube on Spotify
Download Youtube on Spotify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk |
| Beschrijving | Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too |
| Bestandsgrootte | 713 KB |
| Aantal Installaties | 237 |
| Huidige Versie | 2.2 |
| Laatst Bijgewerkt | 2022-12-14 |
| Publicatiedatum | 2020-06-08 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://spotify-on-youtube.herokuapp.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://spotify-on-youtube.herokuapp.com/ |
| Help Pagina-URL | http://spotify-on-youtube.herokuapp.com/ |
| Ondersteunde Talen | 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"
}
} | |