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
拡張機能の基本情報
名前 | 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" } |