LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
什麼是LyriKa?
LyriKa是由SuchSimpleMuchWow開發的Chrome擴展程式,該擴展的主要功能是“Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.”。
擴展截圖
下載LyriKa擴展crx文件
下載LyriKa擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there. 擴展基本資訊
| 名稱 | |
| ID | fploppldpenfnknabfnifniandmadibh |
| 官方網址 | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
| 簡介 | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
| 檔案大小 | 495 KB |
| 安裝次數 | 96 |
| 目前版本 | 1.7.1 |
| 更新時間 | 2020-06-10 |
| 上架時間 | 2020-06-10 |
| 評分 | 2.80/5 共 5 次評分 |
| 開發者 | SuchSimpleMuchWow |
| 付費類型 | free |
| 擴展官網 | https://github.com/manikantareddyd/lyrics_for_music |
| 說明頁面URL | https://github.com/manikantareddyd/lyrics_for_music |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LyriKa",
"version": "1.7.1",
"description": "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.",
"content_scripts": [
{
"matches": [
"*:\/\/music.youtube.com\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/open.spotify.com\/*",
"*:\/\/play.google.com\/music\/*"
],
"js": [
"lib\/sites\/google_play_music.js",
"lib\/sites\/youtube_music.js",
"lib\/sites\/youtube.js",
"lib\/sites\/spotify.js",
"lib\/render.js",
"lib\/scrapper.js",
"lib\/engine.js",
"main.js"
],
"css": [
"style.css"
]
}
],
"permissions": [
"*:\/\/cors-anywhere.herokuapp.com\/*"
],
"icons": {
"48": "icons\/Icon-48.png",
"96": "icons\/Icon-96.png",
"128": "icons\/Icon-128.png",
"256": "icons\/Icon-256.png",
"512": "icons\/Icon-512.png"
}
} | |