Dota 2 Lounge Helper
Helper extension for Dota 2 Lounge.
What is Dota 2 Lounge Helper?
Dota 2 Lounge Helper is a Chrome extension developed by Ryan Li, and its main feature is "Helper extension for Dota 2 Lounge.".
Extension Screenshots
Download Dota 2 Lounge Helper Extension CRX File
Download Dota 2 Lounge Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | ljmpblpndedodbmceeghpahabeppemed |
Official URL | https://chrome.google.com/webstore/detail/dota-2-lounge-helper/ljmpblpndedodbmceeghpahabeppemed |
Description | Helper extension for Dota 2 Lounge. |
File Size | 100 KB |
Installation Count | 1,413 |
Current Version | 0.5.2 |
Last Updated | 2016-08-16 |
Publish Date | 2016-08-16 |
Rating | 4.41/5 Total 162 Ratings |
Developer | Ryan Li |
Payment Type | free |
Extension Website | https://github.com/ryanli/d2lhelper |
Supported Languages | 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\/*" ] } |