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 |
公式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 |
Eメール | [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" } } } |