CSGO Trade Companion
A simple chrome extension to aid when trading CSGO skins & keys
CSGO Trade Companion란 무엇입니까?
CSGO Trade Companion은(는) SoaringVisuals에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple chrome extension to aid when trading CSGO skins & keys"입니다.
확장 프로그램 스크린샷
CSGO Trade Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The CSGO Trade Companion will allow you to calculate a set percentage, of skin value, in keys. It will also allow you to operate in reverse, so calculate what skin value you could afford in keys with the set percentage taken into account. Many skin traders try to quick buy and sell skins at a percentage of market value. Use this extension to work out what your skin is worth in keys, or what skins you can get with your keys.
확장 프로그램 기본 정보
이름 | CSGO Trade Companion |
ID | hponpkbgdinelmmnjbhaeaiodoknbohi |
공식 URL | https://chromewebstore.google.com/detail/csgo-trade-companion/hponpkbgdinelmmnjbhaeaiodoknbohi |
설명 | A simple chrome extension to aid when trading CSGO skins & keys |
파일 크기 | 198 KB |
설치 횟수 | 164 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2015-04-26 |
출시 날짜 | 2015-04-25 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | SoaringVisuals |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSGO Trade Companion", "description": "A simple chrome extension to aid when trading CSGO skins & keys", "version": "0.2.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage", "notifications" ] } |