Auction Skin Trade Helper
auction-skin.com
Auction Skin Trade Helper란 무엇입니까?
Auction Skin Trade Helper은(는) https://auction-skin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "auction-skin.com"입니다.
확장 프로그램 스크린샷
Auction Skin Trade Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- The extension automates the exchange of Steam items. - The extension is required to operate on auction-skin.com. - To work with the site and the extension you need installed games CS:GO and / or Dota2 This extension is necessary: - to create lots - to participate in lots - to automatically create a trade offer between the owner of the lot and the winner of this lot. The extension can display lots that need to be accepted or sended. The extension without user confirmation cannot send items. For the extension to work correctly, you must enter the API-key in the settings tab Расширение для автоматического обмена предметов из Steam. Расширение необходимо для работы на сайте auction-skin.com. Для работы с сайтом и расширением необходимо установленные игры СS:GO и/или Dota2. Расширение необходимо: - для создания лотов - для принятия участия в лотах - для автоматического создания обмена между владельцем лота и победителем. Расширение умеет: - Отображать лоты, которые необходимо принять или передать Расширение без подтверждения пользователя не может передать предмет. Для корректной работы расширения на торговой площадке https://auction-skin.com, необходимо ввести API ключ на вкладке настройки
확장 프로그램 기본 정보
이름 | Auction Skin Trade Helper |
ID | cpfhecmloiaombkfphllaoglmljkppfe |
공식 URL | https://chromewebstore.google.com/detail/auction-skin-trade-helper/cpfhecmloiaombkfphllaoglmljkppfe |
설명 | auction-skin.com |
파일 크기 | 28.22 KB |
설치 횟수 | 72 |
현재 버전 | 1.7.4 |
최근 업데이트 | 2020-12-29 |
출시 날짜 | 2020-04-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://auction-skin.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://auction-skin.com |
도움말 페이지 URL | https://groups.google.com/g/supportauctionskin |
개인정보 보호 정책 페이지 URL | https://auction-skin.com/static/privacy |
지원되는 언어 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auction Skin Trade Helper", "version": "1.7.4", "description": "auction-skin.com", "manifest_version": 2, "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.auction-skin.com\/*" ], "all_frames": true, "js": [ "fuckfirefox.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.auction-skin.com:*\/*" ] }, "browser_action": { "default_icon": "128.png", "default_popup": "popup.html", "icons": { "128": "128.png" } }, "permissions": [ "background", "webRequest", "webRequestBlocking", "*:\/\/steamcommunity.com\/*", "*:\/\/*.steampowered.com\/*", "storage" ] } |