LoL KDA

Calculate and compare your League of Legend KDA

LoL KDA क्या है?

LoL KDA ManuB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate and compare your League of Legend KDA"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        League of Legend KDA comparator & calculator
( kills + assists ) / Deaths

* Calculate your League of Legend KDA
* Compare to your friends
* Real time update from Riot's Server
* Follow your favorite players                    

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

नाम LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
आधिकारिक URL https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
विवरण Calculate and compare your League of Legend KDA
फ़ाइल का आकार 58.81 KB
स्थापना संख्या 32
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2014-05-23
प्रकाशन तिथि 2014-05-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ManuB
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_title": "LoL KDA",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Calculate and compare your League of Legend KDA",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/prod.api.pvp.net https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.google-analytics.com\/"
    ],
    "name": "LoL KDA",
    "version": "0.0.0.2"
}