LoL KDA
Calculate and compare your League of Legend KDA
Was ist LoL KDA?
LoL KDA ist eine Chrome-Erweiterung, die von ManuB entwickelt wurde, und ihr Hauptmerkmal ist "Calculate and compare your League of Legend KDA".
Erweiterungsscreenshots
LoL KDA-Erweiterungs-CRX-Datei herunterladen
Laden Sie LoL KDA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | LoL KDA |
ID | fmfigmpehflddjdgaphnelaffcleacmj |
Offizielle URL | https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj |
Beschreibung | Calculate and compare your League of Legend KDA |
Dateigröße | 58.81 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2014-05-23 |
Veröffentlichungsdatum | 2014-05-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ManuB |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |