LoL KDA
Calculate and compare your League of Legend KDA
Co to jest LoL KDA?
LoL KDA to rozszerzenie Chrome opracowane przez ManuB, a jego główną funkcją jest „Calculate and compare your League of Legend KDA”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LoL KDA
Pobierz pliki rozszerzeń LoL KDA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fmfigmpehflddjdgaphnelaffcleacmj |
| Oficjalny URL | https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj |
| Opis | Calculate and compare your League of Legend KDA |
| Rozmiar pliku | 58.81 KB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 0.0.0.2 |
| Ostatnia Aktualizacja | 2014-05-23 |
| Data Publikacji | 2014-05-23 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | ManuB |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |