League of Legends Informer

This extension provides various League of Legends data services.

Co to jest League of Legends Informer?

League of Legends Informer to rozszerzenie Chrome opracowane przez GFong, a jego główną funkcją jest „This extension provides various League of Legends data services.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia League of Legends Informer

Pobierz pliki rozszerzeń League of Legends Informer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        (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                    

Podstawowe informacje o rozszerzeniu

Nazwa League of Legends Informer League of Legends Informer
ID dmhcoonjlogoboepkgfimgpddimieopn
Oficjalny URL https://chromewebstore.google.com/detail/league-of-legends-informe/dmhcoonjlogoboepkgfimgpddimieopn
Opis This extension provides various League of Legends data services.
Rozmiar pliku 3.03 MB
Liczba instalacji 15
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2013-11-18
Data Publikacji 2013-11-17
Deweloper GFong
Typ Płatności free
Strona Rozszerzenia https://github.com/gfong/leagueoflegendsinformer
Obsługiwane Języki 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"
    }
}