Lyrics ( Youtube / Youtube Music )
Displays lyrics in a flexible panel at YouTube and many other music sites
什麼是Lyrics ( Youtube / Youtube Music )?
Lyrics ( Youtube / Youtube Music )是由https://www.lyrics.co.kr開發的Chrome擴展程式,該擴展的主要功能是“Displays lyrics in a flexible panel at YouTube and many other music sites”。
擴展截圖
下載Lyrics ( Youtube / Youtube Music )擴展crx文件
下載Lyrics ( Youtube / Youtube Music )擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically load KPOP lyrics for Youtube, Youtube Music
What does this extension do?
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Displays lyrics in a flexible panel at YouTube and many other music sites (see below for the full list).
__________________________________
Supported music sites
YouTube is supported by default.
The following are supported too, but only after enabling them at the options page:
- Youtube / Youtube Music
v1.3.7: Bug fixes. (2021-10-19)
v1.3.5: Bug fixes. (2021-05-21)
v1.3.04: Bug fixes
v1.3.03: Bug fixes
v1.3.00: Bug fixes, UI Changed
v1.2.10: Bug fixes
v1.1.01: Bug fixes, Improved song matching on YouTube 擴展基本資訊
| 名稱 | |
| ID | fdpanfmdmcblgkecobjdhkgdnfilncfg |
| 官方網址 | https://chromewebstore.google.com/detail/lyrics-youtube-youtube-mu/fdpanfmdmcblgkecobjdhkgdnfilncfg |
| 簡介 | Displays lyrics in a flexible panel at YouTube and many other music sites |
| 檔案大小 | 2.17 MB |
| 安裝次數 | 12,754 |
| 目前版本 | 3.0.2 |
| 更新時間 | 2023-08-21 |
| 上架時間 | 2020-02-10 |
| 評分 | 3.45/5 共 82 次評分 |
| 開發者 | https://www.lyrics.co.kr |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_manifest_for_name__",
"description": "__MSG_manifest_for_description__",
"default_locale": "en",
"version": "3.0.2",
"icons": {
"128": "common\/images\/ic_logo.png"
},
"action": {
"default_title": "Lyrics Site",
"default_icon": "common\/images\/ic_logo.png",
"default_popup": "popup\/popup.html"
},
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "service-worker.min.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"libs\/jquery-2.1.4.min.js",
"libs\/common.min.js",
"libs\/content_scripts.min.js"
],
"run_at": "document_end"
}
]
} | |