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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } } |