LolByte: League of Legends Summoner Search

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

Was ist LolByte: League of Legends Summoner Search?

LolByte: League of Legends Summoner Search ist eine Chrome-Erweiterung, die von schotter entwickelt wurde, und ihr Hauptmerkmal ist "Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

LolByte: League of Legends Summoner Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie LolByte: League of Legends Summoner Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name LolByte: League of Legends Summoner Search LolByte: League of Legends Summoner Search
ID gdkmeeeidibapdhojemmbbfnamjapphg
Offizielle URL https://chromewebstore.google.com/detail/lolbyte-league-of-legends/gdkmeeeidibapdhojemmbbfnamjapphg
Beschreibung Powered by Riot's Official API, quickly view detailed information about a summoner all within a lightweight extension.
Dateigröße 2.11 MB
Installationsanzahl 550
Aktuelle Version 2026
Letztes Update 2024-02-22
Veröffentlichungsdatum 2020-04-16
Bewertung 4.73/5 Insgesamt 22 Bewertungen
Entwickler schotter
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}