LoL KDA
Calculate and compare your League of Legend KDA
什么是LoL KDA?
LoL KDA是由ManuB开发的Chrome扩展程序,该扩展的主要功能是“Calculate and compare your League of Legend KDA”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
} | |