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是由schotter開發的Chrome擴展程式,該擴展的主要功能是“Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension.”。
擴展截圖
下載LolByte: League of Legends Summoner Search擴展crx文件
下載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 |
ID | gdkmeeeidibapdhojemmbbfnamjapphg |
官方網址 | 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" } } } |