League of Legends Informer
This extension provides various League of Legends data services.
Cos'è League of Legends Informer?
League of Legends Informer è un'estensione di Chrome sviluppata da GFong, e la sua funzione principale è "This extension provides various League of Legends data services.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione League of Legends Informer
Scarica i file di estensione League of Legends Informer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
(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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dmhcoonjlogoboepkgfimgpddimieopn |
| URL Ufficiale | https://chromewebstore.google.com/detail/league-of-legends-informe/dmhcoonjlogoboepkgfimgpddimieopn |
| Descrizione | This extension provides various League of Legends data services. |
| Dimensione del File | 3.03 MB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2013-11-18 |
| Data di Pubblicazione | 2013-11-17 |
| Sviluppatore | GFong |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/gfong/leagueoflegendsinformer |
| Lingue Supportate | 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"
}
} | |