LoLMath Extension
Allow LoL Game Data to be read by LoL Math
Hvad er LoLMath Extension?
LoLMath Extension er en Chrome-udvidelse udviklet af https://lolmath.net, og dens hovedfunktion er "Allow LoL Game Data to be read by LoL Math".
Udvidelsesskærmbilleder
Download LoLMath Extension-udvidelses-CRX-fil
Download LoLMath Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will allow you to use the ingame League of Legends API to enhance the optimization features of lolmath.net
Grundlæggende oplysninger om udvidelsen
Navn | LoLMath Extension |
ID | bjcpfblanpidhfljbbhodkfajbphokkj |
Officiel URL | https://chromewebstore.google.com/detail/lolmath-extension/bjcpfblanpidhfljbbhodkfajbphokkj |
Beskrivelse | Allow LoL Game Data to be read by LoL Math |
Filstørrelse | 8 KB |
Antal Installationer | 948 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-03-15 |
Udgivelsesdato | 2020-03-13 |
Bedømmelse | 4.40/5 Samlet 5 Bedømmelser |
Udvikler | https://lolmath.net |
Betalingsmetode | free |
Udvidelseswebsted | https://lolmath.net/ |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "name": "LoLMath Extension", "description": "Allow LoL Game Data to be read by LoL Math", "permissions": [ "*:\/\/*.lolmath.net\/*", "*:\/\/localhost\/*", "webRequest", "webRequestBlocking" ], "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "homepage_url": "https:\/\/lolmath.net", "background": { "scripts": [ "background.js" ] } } |