SkinThunder Helper CSGO
Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.
SkinThunder Helper CSGO란 무엇입니까?
SkinThunder Helper CSGO은(는) https://skinthunder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform."입니다.
확장 프로그램 스크린샷
SkinThunder Helper CSGO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SkinThunder Helper helps you auto-populate and verify CSGO skin trades on SkinThunder.com trading platform. Features: * Automatically detects items sold on SkinThunder.com * Automatically detects accepted Skin Offers and checks if all items are available * Provides detailed item information in Steam Trade window * Automatically populates the sold items when trading with the buyer in just 1 click of a button * Helps you verify item delivery to the buyer in case automatic systems fail * More features coming in the next release Compatibility: * This extension has been tested to work with other Steam related extensions
확장 프로그램 기본 정보
이름 | SkinThunder Helper CSGO |
ID | blchmkjgannkdeibgfcoampiblifilkk |
공식 URL | https://chromewebstore.google.com/detail/skinthunder-helper-csgo/blchmkjgannkdeibgfcoampiblifilkk |
설명 | Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform. |
파일 크기 | 19.02 KB |
설치 횟수 | 85 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2022-03-31 |
출시 날짜 | 2021-07-28 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://skinthunder.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://skinthunder.com |
도움말 페이지 URL | https://skinthunder.com/contact-us |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkinThunder Helper CSGO", "description": "Auto-populate and verify CSGO skin trades on SkinThunder.com trading platform.", "version": "1.4.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.steamcommunity.com\/id\/*\/tradehistory*", "*:\/\/*.steamcommunity.com\/profiles\/*\/tradehistory*" ], "js": [ "lib\/utils.js", "lib\/trading\/verification_generate.js" ], "css": [ "main.css" ] }, { "matches": [ "*:\/\/*.steamcommunity.com\/tradeoffer\/*" ], "js": [ "lib\/utils.js", "lib\/trading\/trading_helper.js", "startup.js" ], "css": [ "main.css" ] } ], "permissions": [ "*:\/\/*.steamcommunity.com\/tradeoffer\/*", "*:\/\/*.steamcommunity.com\/id\/*\/tradehistory*", "*:\/\/*.steamcommunity.com\/profiles\/*\/tradehistory*", "*:\/\/*.skinthunder.com\/api\/p2p\/listSells", "*:\/\/*.skinthunder.com\/api\/exchange\/list" ], "icons": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |