Lyrco - Your personal lyrics service
Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services.
Lyrco - Your personal lyrics service란 무엇입니까?
Lyrco - Your personal lyrics service은(는) ognjanovski.gavril에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services."입니다.
확장 프로그램 스크린샷
Lyrco - Your personal lyrics service 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Lyrco - Your personal lyrics service |
ID | cbmolikjecklnipjeilkihhikolnmmdo |
공식 URL | https://chromewebstore.google.com/detail/lyrco-your-personal-lyric/cbmolikjecklnipjeilkihhikolnmmdo |
설명 | Popup oriented design for lyrics on Youtube, Spotify and Soundcloud services. |
파일 크기 | 390 KB |
설치 횟수 | 590 |
현재 버전 | 1.6 |
최근 업데이트 | 2020-09-15 |
출시 날짜 | 2018-09-25 |
평점 | 3.97/5 총 32 개의 평점 |
개발자 | ognjanovski.gavril |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.facebook.com/lyrcoapp/ |
지원되는 언어 | 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\/*", " |