League of Legends Informer
This extension provides various League of Legends data services.
Vad är League of Legends Informer?
League of Legends Informer är en Chrome-tillägg utvecklad av GFong, och dess huvudfunktion är "This extension provides various League of Legends data services.".
Tilläggsskärmbilder
Ladda ner League of Legends Informer-förlängningens CRX-fil
Ladda ner League of Legends Informer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
(Still in development)
Here is a list of the functionality:
- Store a list of summoners for any region
- See who from the list is in game or not in game
- View that summoner's match details
- View in game champion counter information based on lolcounter.com
- More features to come Grundläggande Information om Tillägg
| Namn | |
| ID | dmhcoonjlogoboepkgfimgpddimieopn |
| Officiell webbadress | https://chromewebstore.google.com/detail/league-of-legends-informe/dmhcoonjlogoboepkgfimgpddimieopn |
| Beskrivning | This extension provides various League of Legends data services. |
| Filstorlek | 3.03 MB |
| Antal Installationer | 15 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2013-11-18 |
| Publiceringsdatum | 2013-11-17 |
| Utvecklare | GFong |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/gfong/leagueoflegendsinformer |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "League of Legends Informer",
"description": "This extension provides various League of Legends data services.",
"version": "1.0.2",
"permissions": [
"http:\/\/www.elophant.com\/*",
"http:\/\/www.lolnexus.com\/*",
"http:\/\/www.lolking.net\/*",
"http:\/\/www.lolteam.net\/*",
"https:\/\/teemojson.p.mashape.com\/",
"http:\/\/www.lolcounter.com\/*",
"storage"
],
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "lolinformer.html"
}
} | |