LoL KDA

Calculate and compare your League of Legend KDA

Vad är LoL KDA?

LoL KDA är en Chrome-tillägg utvecklad av ManuB, och dess huvudfunktion är "Calculate and compare your League of Legend KDA".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner LoL KDA-förlängningens CRX-fil

Ladda ner LoL KDA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
Officiell webbadress https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
Beskrivning Calculate and compare your League of Legend KDA
Filstorlek 58.81 KB
Antal Installationer 32
Aktuell Version 0.0.0.2
Senast Uppdaterad 2014-05-23
Publiceringsdatum 2014-05-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ManuB
Betalningssätt free
Stödda Språk 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"
}