Steam Booster Packs Profit Finder
Profitably exchange your gems for booster packs from your collection of games
Steam Booster Packs Profit Finder란 무엇입니까?
Steam Booster Packs Profit Finder은(는) 16ROCK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Profitably exchange your gems for booster packs from your collection of games"입니다.
확장 프로그램 스크린샷
Steam Booster Packs Profit Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our Extension helps you see the sale price of booster packs from your Steam library for profit or to recoup some or all of the cost of a purchased game. Extension functions: * The "Profit" and "Fast Profit" buttons sort booster packs by price relative to gem value by profit * "Profit" shows the best starting prices for the sale * "Fast Profit" shows the best request prices for an instant sale * Sorting by: name, gems, price and request * Displaying a color scale on prices to show the profitability of crafting booster packs * Displays the remaining time until the next booster pack is received when hovering over it (new booster pack become available for exchange every 24 hours) Get the most out of your game library!
확장 프로그램 기본 정보
이름 | Steam Booster Packs Profit Finder |
ID | knhicbficbafeombbgjfenfjfngmnann |
공식 URL | https://chromewebstore.google.com/detail/steam-booster-packs-profi/knhicbficbafeombbgjfenfjfngmnann |
설명 | Profitably exchange your gems for booster packs from your collection of games |
파일 크기 | 30.78 KB |
설치 횟수 | 1,718 |
현재 버전 | 2.1.5 |
최근 업데이트 | 2023-06-12 |
출시 날짜 | 2019-08-31 |
평점 | 4.30/5 총 30 개의 평점 |
개발자 | 16ROCK |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/boostercreator/privacy-policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Booster Packs Profit Finder", "default_locale": "en", "description": "__MSG_description__", "version": "2.1.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "Open page booster pack creator" }, "short_name": "Steam Booster Packs Profit Finder", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/tradingcards\/boostercreator\/*" ], "run_at": "document_idle", "css": [ "style.css" ], "js": [ "script.js" ] } ] } |