Hidden Steam Achievements
This app shows you hidden game achievements for easier understanding of progress.
Hidden Steam Achievements란 무엇입니까?
Hidden Steam Achievements은(는) infeez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app shows you hidden game achievements for easier understanding of progress."입니다.
확장 프로그램 스크린샷
Hidden Steam Achievements 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Application for showing hidden achievements in steam games. Attention! Don't use the app if you don't want to see spoilers!
확장 프로그램 기본 정보
이름 | Hidden Steam Achievements |
ID | kehgmbehiaeegmdnjgkdkfladcamjhod |
공식 URL | https://chromewebstore.google.com/detail/hidden-steam-achievements/kehgmbehiaeegmdnjgkdkfladcamjhod |
설명 | This app shows you hidden game achievements for easier understanding of progress. |
파일 크기 | 27.75 KB |
설치 횟수 | 469 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-04-27 |
출시 날짜 | 2021-04-27 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | infeez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "1.0.0", "default_locale": "en", "icons": { "16": "c28af15433806ee98e1fb1ae32619c17", "32": "5ffb3fb01d1d10818c9c6f0a6d9dacfd", "48": "5672d543553458de65c50ab8261191ff", "64": "536378dd3570be8e385a47fa5a8a63e5", "128": "69776dfe4553533d15da441eca02e04e" }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/id\/*\/stats\/*", "http:\/\/steamcommunity.com\/id\/*\/stats\/*" ], "js": [ "720e1df800dfb9096d48e894cc6e90b0", "b74b2e27c966e82c69402d10b72b7bbc" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/steamcommunity.com\/id\/*\/stats\/*", "http:\/\/steamcommunity.com\/id\/*\/stats\/*" ] } |