LoL KDA

Calculate and compare your League of Legend KDA

什麼是LoL KDA?

LoL KDA是由ManuB開發的Chrome擴展程式,該擴展的主要功能是“Calculate and compare your League of Legend KDA”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載LoL KDA擴展crx文件

下載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
官方網址 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"
}