League of Legends Informer

This extension provides various League of Legends data services.

League of Legends Informer क्या है?

League of Legends Informer GFong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides various League of Legends data services."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में League of Legends Informer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        (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                    

एक्सटेंशन की मूल जानकारी

नाम League of Legends Informer League of Legends Informer
ID dmhcoonjlogoboepkgfimgpddimieopn
आधिकारिक URL https://chromewebstore.google.com/detail/league-of-legends-informe/dmhcoonjlogoboepkgfimgpddimieopn
विवरण This extension provides various League of Legends data services.
फ़ाइल का आकार 3.03 MB
स्थापना संख्या 15
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2013-11-18
प्रकाशन तिथि 2013-11-17
डेवलपर GFong
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gfong/leagueoflegendsinformer
समर्थित भाषाएँ 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"
    }
}