BTS Random Lyrics
See a random BTS Lyrics when you open a new tab.
BTS Random Lyricsคืออะไร?
BTS Random Lyrics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itsabhinaya และคุณลักษณะหลักของมันคือ "See a random BTS Lyrics when you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTS Random Lyrics
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |