Youtube on Spotify
Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Vad är Youtube on Spotify?
Youtube on Spotify är en Chrome-tillägg utvecklad av https://spotify-on-youtube.herokuapp.com, och dess huvudfunktion är "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".
Tilläggsskärmbilder
Ladda ner Youtube on Spotify-förlängningens CRX-fil
Ladda ner Youtube on Spotify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Youtube on Spotify |
ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk |
Beskrivning | Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too |
Filstorlek | 713 KB |
Antal Installationer | 237 |
Aktuell Version | 2.2 |
Senast Uppdaterad | 2022-12-14 |
Publiceringsdatum | 2020-06-08 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | https://spotify-on-youtube.herokuapp.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://spotify-on-youtube.herokuapp.com/ |
Hjälpsida URL | http://spotify-on-youtube.herokuapp.com/ |
Stödda Språk | 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" } } |