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은(는) http://redmist.gg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The only website that allows you to track your Artifact stats!"입니다.
확장 프로그램 스크린샷
RedMist.gg - Artifact Match & Stats Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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\/*" ] } ] } |