RedMist.gg - Artifact Match & Stats Tracker

The only website that allows you to track your Artifact stats!

RedMist.gg - Artifact Match & Stats Trackerคืออะไร?

RedMist.gg - Artifact Match & Stats Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://redmist.gg และคุณลักษณะหลักของมันคือ "The only website that allows you to track your Artifact stats!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RedMist.gg - Artifact Match & Stats Tracker

ดาวน์โหลดไฟล์ส่วนขยาย RedMist.gg - Artifact Match & Stats Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Check your Artifact’s in-game stats with Red Mist’s super easy-to-use Chrome extension!

To get your stats:
1)	Download the extension
2)	Click on the extension’s icon and click on the big red button
3)	Once it’s done, you will be able to see a summary of your last 10 games. You can also click on the button at the bottom to see your complete stats on RedMist.gg!
On your profile page on our website, you’ll be able to see:
•	Your complete match history with the state of your towers at the end of each game, your hero line-up, your opponent’s (if they’re using this tool too), etc.
•	Your total win rate, and the win rate for each game mode (Constructed, Draft, etc.)
•	How well you’ve performed with each of the heroes in the game, and the best and worst heroes synergies
Note: fetching your stats might take a while, especially if you’ve played a lot of games. Make sure to not close the extension’s window (you can continue using your browser in other tabs without any issue).
After the first time you’ve used the extension, any future fetching should be much faster as we’ll only grab your last games.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RedMist.gg - Artifact Match & Stats Tracker RedMist.gg - Artifact Match & Stats Tracker
ID bhdooagicnfephjpcfbfnpehagebicfl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/redmistgg-artifact-match/bhdooagicnfephjpcfbfnpehagebicfl
คำอธิบาย The only website that allows you to track your Artifact stats!
ขนาดไฟล์ 420 KB
จำนวนการติดตั้ง 270
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2019-01-24
วันที่เผยแพร่ 2019-01-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://redmist.gg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://redmist.gg
URL หน้านโยบายความเป็นส่วนตัว https://redmist.gg/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedMist.gg - Artifact Match & Stats Tracker",
    "description": "The only website that allows you to track your Artifact stats!",
    "version": "1.0.7",
    "author": "RedMist Dev Team",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon_128.png",
        "default_popup": "init.html"
    },
    "permissions": [
        "https:\/\/steamcommunity.com\/*",
        "https:\/\/api.redmist.gg\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/actions.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profile\/*"
            ]
        }
    ]
}