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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |