Dota 2 Stats

Track your DotA 2 stats in a convenient popup.

Dota 2 Stats क्या है?

Dota 2 Stats jkjk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your DotA 2 stats in a convenient popup."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dota 2 Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Provides an easy way to keep track of basic DotA 2 stats. Simply open up the popup and search by Steam Profile Name. The search results are the same as one would see on Dotabuff (http://www.dotabuff.com). Click on a result and the popup displays profile name, total games played, and win rate.

Want more detailed stats? Click on the profile name to open this player's full Dotabuff page in a new tab. Hit the back button to search for a different user.

Keep track of your stats, a friend's stats, or the stats of your favorite pro!



Notes:
In order for this extension to be able to see your stats, you'll need to enable the "Expose Public Match Data" setting in the Dota 2 game client.

Your information will persist between browser sessions as long as Chrome is not set to clear cache on exit.

Disclaimers:
This app is in not designed by, endorsed by, or otherwise associated with DotA 2, Dotabuff, or their constituents.

Dotabuff is copyrighted by Elo Entertainment LLC.

DotA 2 is a registered trademark of Valve Corporation.                    

एक्सटेंशन की मूल जानकारी

नाम Dota 2 Stats Dota 2 Stats
ID kmjimklepoipdnebnbejnokpdpbppkpl
आधिकारिक URL https://chrome.google.com/webstore/detail/kmjimklepoipdnebnbejnokpdpbppkpl
विवरण Track your DotA 2 stats in a convenient popup.
फ़ाइल का आकार 588 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-09-19
प्रकाशन तिथि 2015-09-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jkjk
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dota 2 Stats",
    "description": "Track your DotA 2 stats in a convenient popup.",
    "version": "1.0.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "114": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "jkjk",
    "permissions": [
        "http:\/\/dotabuff.com\/*",
        "http:\/\/www.dotabuff.com\/*",
        "storage",
        "management"
    ]
}