LoL KDA

Calculate and compare your League of Legend KDA

What is LoL KDA?

LoL KDA is a Chrome extension developed by ManuB, and its main feature is "Calculate and compare your League of Legend KDA".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LoL KDA Extension CRX File

Download LoL KDA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
Official URL https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
Description Calculate and compare your League of Legend KDA
File Size 58.81 KB
Installation Count 32
Current Version 0.0.0.2
Last Updated 2014-05-23
Publish Date 2014-05-23
Rating 5.00/5 Total 1 Ratings
Developer ManuB
Payment Type free
Supported Languages 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"
}