Song Lyric Auto
Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango
什么是Song Lyric Auto?
Song Lyric Auto是由https://lirikbagus.id开发的Chrome扩展程序,该扩展的主要功能是“Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango”。
扩展截图
下载Song Lyric Auto扩展crx文件
下载Song Lyric Auto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto Show Lyric is extension for your chrome browser
- complete
- easy to use
- light
- very fast
Features:
- draggable
- resizable
- always free
Share this extension and give a good review if you find helpful. Thanks. 扩展基本信息
| 名称 | |
| ID | ggmhmienjhfcelpenonejnleoddkdjba |
| 官方URL | https://chromewebstore.google.com/detail/song-lyric-auto/ggmhmienjhfcelpenonejnleoddkdjba |
| 简介 | Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango |
| 文件大小 | 80.53 KB |
| 安装次数 | 3,756 |
| 当前版本 | 3.7 |
| 更新时间 | 2022-09-20 |
| 上架时间 | 2019-06-18 |
| 评分 | 3.54/5 共50次评分 |
| 开发者 | https://lirikbagus.id |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://lirikbagus.id |
| 帮助页面URL | https://lirikbagus.id |
| 支持的语言 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.7",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.deezer.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/open.spotify.com\/*",
"*:\/\/play.google.com\/*",
"*:\/\/www.jango.com\/*",
"*:\/\/www.joox.com\/*",
"*:\/\/hardrockfm.com\/*",
"*:\/\/gen987fm.com\/*",
"*:\/\/jak101fm.com\/*",
"*:\/\/mustang88fm.com\/*",
"*:\/\/kis951fm.com\/*"
],
"js": [
"jquery-2.1.4.min.js",
"background_copy.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
]
} | |