BTS Random Lyrics
See a random BTS Lyrics when you open a new tab.
什么是BTS Random Lyrics?
BTS Random Lyrics是由itsabhinaya开发的Chrome扩展程序,该扩展的主要功能是“See a random BTS Lyrics when you open a new tab.”。
扩展截图
下载BTS Random Lyrics扩展crx文件
下载BTS Random Lyrics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you recently discovered BTS or a long time ARMY, you know that BTS lyrics are powerful and great. With this extension, you get to see some of their lyrics every time you open a new tab. Most lyrics are shown in English, Korean, and Romanization. So if you are trying to memorize or learn some of the lyrics this is a great way to do it.
扩展基本信息
名称 | BTS Random Lyrics |
ID | okfefjfpfpglahoabicpkddllnielhkj |
官方URL | https://chromewebstore.google.com/detail/bts-random-lyrics/okfefjfpfpglahoabicpkddllnielhkj |
简介 | See a random BTS Lyrics when you open a new tab. |
文件大小 | 258 KB |
安装次数 | 1,905 |
当前版本 | 0.0.3 |
更新时间 | 2019-03-06 |
上架时间 | 2019-03-06 |
评分 | 4.80/5 共10次评分 |
开发者 | itsabhinaya |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BTS Random Lyrics", "short_name": "BTS Lyrics", "version": "0.0.3", "manifest_version": 2, "description": "See a random BTS Lyrics when you open a new tab.", "author": "Abhinaya Konduru", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon48.png", "default_title": "BTS Lyrics" } } |