DotA 2 Match History

View your last DotA 2 Matches

DotA 2 Match History là gì?

DotA 2 Match History là một tiện ích mở rộng Chrome được phát triển bởi Hack3l, và tính năng chính của nó là "View your last DotA 2 Matches".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DotA 2 Match History

Tải xuống các tệp mở rộng DotA 2 Match History dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DotA 2 Match History DotA 2 Match History
ID dghpgghkhhnaedefppgidoibicfojlmo
URL Chính Thức https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo
Mô tả View your last DotA 2 Matches
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-12-10
Ngày Phát Hành 2015-12-10
Nhà Phát Triển Hack3l
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}