Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
What is Enhanced SteamGifts & SteamTrades (ESGST)?
Enhanced SteamGifts & SteamTrades (ESGST) is a Chrome extension developed by rafaelgomesxyz, and its main feature is "A script that adds some cool features to SteamGifts and SteamTrades.".
Extension Screenshots
Download Enhanced SteamGifts & SteamTrades (ESGST) Extension CRX File
Download Enhanced SteamGifts & SteamTrades (ESGST) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
Official URL | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
Description | A script that adds some cool features to SteamGifts and SteamTrades. |
File Size | 761 KB |
Installation Count | 3,910 |
Current Version | 8.9.4 |
Last Updated | 2022-10-25 |
Publish Date | 2020-06-25 |
Rating | 4.12/5 Total 33 Ratings |
Developer | rafaelgomesxyz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rafaelgomesxyz/esgst |
Help Page URL | https://github.com/rafaelgomesxyz/esgst/issues |
Privacy Policy Page URL | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
Supported Languages | 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", " |