LoLMath Extension
Allow LoL Game Data to be read by LoL Math
What is LoLMath Extension?
LoLMath Extension is a Chrome extension developed by https://lolmath.net, and its main feature is "Allow LoL Game Data to be read by LoL Math".
Extension Screenshots
Download LoLMath Extension Extension CRX File
Download LoLMath Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will allow you to use the ingame League of Legends API to enhance the optimization features of lolmath.net
Extension Basic Information
Name | LoLMath Extension |
ID | bjcpfblanpidhfljbbhodkfajbphokkj |
Official URL | https://chromewebstore.google.com/detail/lolmath-extension/bjcpfblanpidhfljbbhodkfajbphokkj |
Description | Allow LoL Game Data to be read by LoL Math |
File Size | 8 KB |
Installation Count | 948 |
Current Version | 1.0.1 |
Last Updated | 2020-03-15 |
Publish Date | 2020-03-13 |
Rating | 4.40/5 Total 5 Ratings |
Developer | https://lolmath.net |
Payment Type | free |
Extension Website | https://lolmath.net/ |
Supported Languages | 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" ] } } |