LoL KDA
Calculate and compare your League of Legend KDA
Hvad er LoL KDA?
LoL KDA er en Chrome-udvidelse udviklet af ManuB, og dens hovedfunktion er "Calculate and compare your League of Legend KDA".
Udvidelsesskærmbilleder
Download LoL KDA-udvidelses-CRX-fil
Download LoL KDA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fmfigmpehflddjdgaphnelaffcleacmj |
| Officiel URL | https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj |
| Beskrivelse | Calculate and compare your League of Legend KDA |
| Filstørrelse | 58.81 KB |
| Antal Installationer | 32 |
| Nuværende Version | 0.0.0.2 |
| Senest Opdateret | 2014-05-23 |
| Udgivelsesdato | 2014-05-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | ManuB |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |