Lyrco - Your personal lyrics service
Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.
Was ist Lyrco - Your personal lyrics service?
Lyrco - Your personal lyrics service ist eine Chrome-Erweiterung, die von ognjanovski.gavril entwickelt wurde, und ihr Hauptmerkmal ist "Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.".
Erweiterungsscreenshots
Lyrco - Your personal lyrics service-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lyrco - Your personal lyrics service-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
Watch, listen and navigate easily on Youtube, Spotify and Soundcloud and read the lyrics in the same time on your. Lyrics provided in popup which you can move and position anywhere you want. ***Update 25.09.2018 1. Show/Hide popup functionality added ***Update 25.12.2017 1. Lyrco available on multiple tabs ***Update 24.12.2017 1. Optimize lyrics search (more accurate lyrics) 2. Add additional sources ***Update 15.12.2017 1. Available on Spotify and Soundcloud 2. Searching lyrics from multiple sources
Grundlegende Informationen zur Erweiterung
Name | Lyrco - Your personal lyrics service |
ID | cbmolikjecklnipjeilkihhikolnmmdo |
Offizielle URL | https://chromewebstore.google.com/detail/lyrco-your-personal-lyric/cbmolikjecklnipjeilkihhikolnmmdo |
Beschreibung | Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services. |
Dateigröße | 390 KB |
Installationsanzahl | 590 |
Aktuelle Version | 1.6 |
Letztes Update | 2020-09-15 |
Veröffentlichungsdatum | 2018-09-25 |
Bewertung | 3.97/5 Insgesamt 32 Bewertungen |
Entwickler | ognjanovski.gavril |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.facebook.com/lyrcoapp/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyrco - Your personal lyrics service", "description": "Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.", "version": "1.6", "manifest_version": 2, "browser_action": { "default_icon": ".\/img\/app_icon_128.png", "default_popup": "window.html" }, "icons": { "16": ".\/img\/app_icon_16.png", "48": ".\/img\/app_icon_48.png", "128": ".\/img\/app_icon_128.png" }, "background": { "scripts": [ ".\/js\/tabsUpdate.js", ".\/libs\/ga.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.spotify.com\/*", "*:\/\/*.pandora.com\/station\/*", "*:\/\/soundcloud.com\/*" ], "js": [ "libs\/jquery-3.1.0.min.js", "libs\/jquery-ui.min.js", "js\/helpers\/ChromeStorage.js", "js\/helpers\/data\/SearchData.js", "js\/helpers\/LyricsDownloader.js", "js\/helpers\/OnlineLyricsDownloader.js", "js\/helpers\/OfflineLyricsDownloader.js", "js\/LyrcoHead.js", "js\/helpers\/LyricsDownloader.js", "js\/createPopup.js" ], "css": [ "css\/popup.css" ] } ], "permissions": [ "tabs", "storage", "*:\/\/*.musixmatch.com\/*", "*:\/\/*.azlyrics.com\/*", "*:\/\/*.tekstovi-pesama.com\/*", "*:\/\/*.letssingit.com\/*", "*:\/\/*.justsomelyrics.com\/*", "*:\/\/google.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.spotify.com\/*", "*:\/\/*.pandora.com\/station\/*", "*:\/\/soundcloud.com\/*", " |