LoL KDA

Calculate and compare your League of Legend KDA

LoL KDAคืออะไร?

LoL KDA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ManuB และคุณลักษณะหลักของมันคือ "Calculate and compare your League of Legend KDA"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LoL KDA

ดาวน์โหลดไฟล์ส่วนขยาย LoL KDA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
คำอธิบาย Calculate and compare your League of Legend KDA
ขนาดไฟล์ 58.81 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2014-05-23
วันที่เผยแพร่ 2014-05-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ManuB
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}