BTS Random Lyrics

See a random BTS Lyrics when you open a new tab.

BTS Random Lyrics là gì?

BTS Random Lyrics là một tiện ích mở rộng Chrome được phát triển bởi itsabhinaya, và tính năng chính của nó là "See a random BTS Lyrics when you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BTS Random Lyrics

Tải xuống các tệp mở rộng BTS Random Lyrics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BTS Random Lyrics BTS Random Lyrics
ID okfefjfpfpglahoabicpkddllnielhkj
URL Chính Thức https://chromewebstore.google.com/detail/bts-random-lyrics/okfefjfpfpglahoabicpkddllnielhkj
Mô tả See a random BTS Lyrics when you open a new tab.
Kích Thước Tệp 258 KB
Số Lần Cài Đặt 1,905
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2019-03-06
Ngày Phát Hành 2019-03-06
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển itsabhinaya
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}