Dota 2 Lounge Helper
Helper extension for Dota 2 Lounge.
Dota 2 Lounge Helperとは何ですか?
Dota 2 Lounge HelperはRyan Liによって開発されたChromeの拡張機能で、その主な機能は「Helper extension for Dota 2 Lounge.」です。
拡張機能のスクリーンショット
Dota 2 Lounge Helper拡張機能のCRXファイルをダウンロード
Dota 2 Lounge Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dota 2 Lounge Helper adds some features to the Dota 2 Lounge website. Features: * Detailed bet statistics. * Display item value as listed in Community Market. Github: https://github.com/ryanli/d2lhelper
拡張機能の基本情報
名前 | ![]() |
ID | ljmpblpndedodbmceeghpahabeppemed |
公式URL | https://chrome.google.com/webstore/detail/dota-2-lounge-helper/ljmpblpndedodbmceeghpahabeppemed |
説明 | Helper extension for Dota 2 Lounge. |
ファイルサイズ | 100 KB |
インストール数 | 1,413 |
現在のバージョン | 0.5.2 |
最終更新日 | 2016-08-16 |
公開日 | 2016-08-16 |
評価 | 4.41/5 合計 162 レビュー |
開発者 | Ryan Li |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ryanli/d2lhelper |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dota 2 Lounge Helper", "description": "Helper extension for Dota 2 Lounge.", "version": "0.5.2", "content_scripts": [ { "matches": [ "http:\/\/*.dota2lounge.com\/*" ], "js": [ "util.js" ] }, { "matches": [ "http:\/\/*.dota2lounge.com\/myprofile" ], "js": [ "async.js", "jquery-2.1.1.js", "jquery.tablesorter.min.js", "bet-stats.js" ], "css": [ "bet-stats.css" ] }, { "matches": [ "http:\/\/*.dota2lounge.com\/*" ], "js": [ "jquery-2.1.1.js", "item-value.js" ] } ], "permissions": [ "storage", "http:\/\/*.dota2lounge.com\/*", "http:\/\/steamcommunity.com\/market\/*" ] } |