DotA 2 Match History

View your last DotA 2 Matches

DotA 2 Match History क्या है?

DotA 2 Match History Hack3l द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your last DotA 2 Matches"।

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

screenshot

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

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

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

                        Quick access for up to 100 of youre last DotA 2 games in a popup or a seperate webpage.
Sort and filter youre matches for a better overview.
Links to the corresponding YASP und Dotabuff pages for all matches.
Minimalistic or detailed view deppending on youre preference.

===CHANGELOG===
10.12.15:
Fixed some spelling
10.12.15:
Released final version
Added button to only display wins/looses
Changed name from DotA to DotA 2
Bug Fixes
09.12.15:
Rearranged elements on main page and more styling 
07.12.15:
Added table styling on main page for better readability
04.12.15:
Added more input possibilitys for steam IDs
03.12.15:
Added styling to options page for better readability
Bug Fixes                    

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

नाम DotA 2 Match History DotA 2 Match History
ID dghpgghkhhnaedefppgidoibicfojlmo
आधिकारिक URL https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo
विवरण View your last DotA 2 Matches
फ़ाइल का आकार 272 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-12-10
प्रकाशन तिथि 2015-12-10
डेवलपर Hack3l
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DotA 2 Match History",
    "short_name": "DMH",
    "version": "1.1",
    "manifest_version": 2,
    "description": "View your last DotA 2 Matches",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "http:\/\/api.steampowered.com\/*",
        "tabs"
    ]
}