LoL KDA
Calculate and compare your League of Legend KDA
Wat is LoL KDA?
LoL KDA is een Chrome-extensie ontwikkeld door ManuB, en de belangrijkste functie is "Calculate and compare your League of Legend KDA".
Extensie Screenshots
Download het CRX-bestand van de extensie LoL KDA
Download LoL KDA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fmfigmpehflddjdgaphnelaffcleacmj |
| Officiële URL | https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj |
| Beschrijving | Calculate and compare your League of Legend KDA |
| Bestandsgrootte | 58.81 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2014-05-23 |
| Publicatiedatum | 2014-05-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ManuB |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |