Steam Cheap Games
Compare prices for PC games across more than 25 keyshops right in Steam.
Steam Cheap Games란 무엇입니까?
Steam Cheap Games은(는) https://sysrqmts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices for PC games across more than 25 keyshops right in Steam."입니다.
확장 프로그램 스크린샷
Steam Cheap Games 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Why pay more if you could pay less? When you browse Steam web store, the extension shows what is the minimum price for a game across all 25 keyshops we track. The extension also allows you easily look up game prices from any webpage: select the game name, open the context menu and click to search! We also help you get your PC hardware details to test it against 7,000 game requirements in our database, and check if you can run it. Do you have an idea or suggestion for the extension? We'd love to hear it! Don't hesitate to reach out!
확장 프로그램 기본 정보
이름 | |
ID | hjmmmhmjfplhpnelkhognkmomiekkckc |
공식 URL | https://chromewebstore.google.com/detail/steam-cheap-games/hjmmmhmjfplhpnelkhognkmomiekkckc |
설명 | Compare prices for PC games across more than 25 keyshops right in Steam. |
파일 크기 | 140 KB |
설치 횟수 | 37,356 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-11-11 |
출시 날짜 | 2021-10-31 |
평점 | 3.00/5 총 12 개의 평점 |
개발자 | https://sysrqmts.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sysrqmts.com/prices |
도움말 페이지 URL | https://sysrqmts.com/contact |
지원되는 언어 | de,en,fr,tr,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "system.cpu", "system.memory", "contextMenus" ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*", "https:\/\/store.steampowered.com\/sub\/*", "https:\/\/store.steampowered.com\/bundle\/*" ], "js": [ "scripts\/stores\/steam.js" ], "css": [ "styles\/stores\/steam.css" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "https:\/\/sysrqmts.com\/*" ], "js": [ "scripts\/sysrqmts.js" ], "run_at": "document_idle", "all_frames": false } ] } |