LoL KDA

Calculate and compare your League of Legend KDA

LoL KDA là gì?

LoL KDA là một tiện ích mở rộng Chrome được phát triển bởi ManuB, và tính năng chính của nó là "Calculate and compare your League of Legend KDA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LoL KDA

Tải xuống các tệp mở rộng LoL KDA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LoL KDA LoL KDA
ID fmfigmpehflddjdgaphnelaffcleacmj
URL Chính Thức https://chromewebstore.google.com/detail/lol-kda/fmfigmpehflddjdgaphnelaffcleacmj
Mô tả Calculate and compare your League of Legend KDA
Kích Thước Tệp 58.81 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2014-05-23
Ngày Phát Hành 2014-05-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ManuB
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}