Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
Enhanced SteamGifts & SteamTrades (ESGST)란 무엇입니까?
Enhanced SteamGifts & SteamTrades (ESGST)은(는) rafaelgomesxyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A script that adds some cool features to SteamGifts and SteamTrades."입니다.
확장 프로그램 스크린샷
Enhanced SteamGifts & SteamTrades (ESGST) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhanced SteamGifts & SteamTrades (ESGST) is an extension that greatly enhances the experience of SteamGifts / SteamTrades users, by adding many features such as: enter giveaways from the main page, extract giveaway trains, send the keys for your created giveaways in bulk, see information about the games being given away, and many more!
확장 프로그램 기본 정보
이름 | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
공식 URL | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
설명 | A script that adds some cool features to SteamGifts and SteamTrades. |
파일 크기 | 761 KB |
설치 횟수 | 3,910 |
현재 버전 | 8.9.4 |
최근 업데이트 | 2022-10-25 |
출시 날짜 | 2020-06-25 |
평점 | 4.12/5 총 33 개의 평점 |
개발자 | rafaelgomesxyz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rafaelgomesxyz/esgst |
도움말 페이지 URL | https://github.com/rafaelgomesxyz/esgst/issues |
개인정보 보호 정책 페이지 URL | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enhanced SteamGifts & SteamTrades (ESGST)", "version": "8.9.4", "description": "A script that adds some cool features to SteamGifts and SteamTrades.", "icons": { "64": "icon.png" }, "author": "rafaelgomesxyz", "background": { "scripts": [ "lib\/browser-polyfill.js", "eventPage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.steamgifts.com\/*", "*:\/\/*.steamtrades.com\/*" ], "js": [ "lib\/browser-polyfill.js", "esgst.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "unlimitedStorage", "*:\/\/*.steamgifts.com\/*", "*:\/\/*.steamtrades.com\/*" ], "optional_permissions": [ "cookies", "webRequest", "webRequestBlocking", " |