Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
Enhanced SteamGifts & SteamTrades (ESGST) là gì?
Enhanced SteamGifts & SteamTrades (ESGST) là một tiện ích mở rộng Chrome được phát triển bởi rafaelgomesxyz, và tính năng chính của nó là "A script that adds some cool features to SteamGifts and SteamTrades.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Enhanced SteamGifts & SteamTrades (ESGST)
Tải xuống các tệp mở rộng Enhanced SteamGifts & SteamTrades (ESGST) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
URL Chính Thức | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
Mô tả | A script that adds some cool features to SteamGifts and SteamTrades. |
Kích Thước Tệp | 761 KB |
Số Lần Cài Đặt | 3,910 |
Phiên Bản Hiện Tại | 8.9.4 |
Cập Nhật Lần Cuối | 2022-10-25 |
Ngày Phát Hành | 2020-06-25 |
Đánh Giá | 4.12/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | rafaelgomesxyz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rafaelgomesxyz/esgst |
URL Trang Trợ Giúp | https://github.com/rafaelgomesxyz/esgst/issues |
URL Trang Chính Sách Bảo Mật | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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", " |