LoL KDA

Calculate and compare your League of Legend KDA

O que é LoL KDA?

LoL KDA é uma extensão do Chrome desenvolvida por ManuB, e sua principal característica é "Calculate and compare your League of Legend KDA".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LoL KDA

Baixe arquivos de extensão LoL KDA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
URL Oficial https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
Descrição Calculate and compare your League of Legend KDA
Tamanho do Arquivo 58.81 KB
Contagem de Instalações 32
Versão Atual 0.0.0.2
Última Atualização 2014-05-23
Data de Publicação 2014-05-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ManuB
Tipo de Pagamento free
Idiomas Suportados 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"
}