LoL KDA

Calculate and compare your League of Legend KDA

Cos'è LoL KDA?

LoL KDA è un'estensione di Chrome sviluppata da ManuB, e la sua funzione principale è "Calculate and compare your League of Legend KDA".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LoL KDA

Scarica i file di estensione LoL KDA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
URL Ufficiale https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
Descrizione Calculate and compare your League of Legend KDA
Dimensione del File 58.81 KB
Conteggio Installazioni 32
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2014-05-23
Data di Pubblicazione 2014-05-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ManuB
Tipo di Pagamento free
Lingue Supportate 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"
}