LoLMath Extension
Allow LoL Game Data to be read by LoL Math
Wat is LoLMath Extension?
LoLMath Extension is een Chrome-extensie ontwikkeld door https://lolmath.net, en de belangrijkste functie is "Allow LoL Game Data to be read by LoL Math".
Extensie Screenshots
Download het CRX-bestand van de extensie LoLMath Extension
Download LoLMath Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will allow you to use the ingame League of Legends API to enhance the optimization features of lolmath.net
Basisinformatie over de Extensie
Naam | LoLMath Extension |
ID | bjcpfblanpidhfljbbhodkfajbphokkj |
Officiële URL | https://chromewebstore.google.com/detail/lolmath-extension/bjcpfblanpidhfljbbhodkfajbphokkj |
Beschrijving | Allow LoL Game Data to be read by LoL Math |
Bestandsgrootte | 8 KB |
Aantal Installaties | 948 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-03-15 |
Publicatiedatum | 2020-03-13 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://lolmath.net |
Betalingswijze | free |
Extensiewebsite | https://lolmath.net/ |
Ondersteunde Talen | 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" ] } } |