LolByte: League of Legends Summoner Search

Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension.

LolByte: League of Legends Summoner Searchคืออะไร?

LolByte: League of Legends Summoner Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย schotter และคุณลักษณะหลักของมันคือ "Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LolByte: League of Legends Summoner Search

ดาวน์โหลดไฟล์ส่วนขยาย LolByte: League of Legends Summoner Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        LolByte allows you to look up information about summoners instantly in League of Legends all within a lightweight extension! LolByte has a wide array of features that you'd expect from sites like OP.GG. However, it can be a hassle to pull up third party sites or the client itself. Now with LolByte, you can do it all within an extension from any web page without the need to open a new tab or window.

Follow LolByte on Twitter to get updates on the extension! https://twitter.com/lolbyte1                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LolByte: League of Legends Summoner Search LolByte: League of Legends Summoner Search
ID gdkmeeeidibapdhojemmbbfnamjapphg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lolbyte-league-of-legends/gdkmeeeidibapdhojemmbbfnamjapphg
คำอธิบาย Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension.
ขนาดไฟล์ 2.11 MB
จำนวนการติดตั้ง 550
เวอร์ชันปัจจุบัน 2026
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-04-16
คะแนน 4.73/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา schotter
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LolByte: League of Legends Summoner Search",
    "description": "Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension.",
    "short_name": "LolByte",
    "version": "2026",
    "host_permissions": [
        "http:\/\/lolbyte.me\/",
        "http:\/\/localhost\/"
    ],
    "action": {
        "default_icon": "img\/lolbyteIcon.png",
        "default_popup": "lolbyte.html"
    },
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@lolbyte"
        }
    }
}