Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
Wat is Enhanced SteamGifts & SteamTrades (ESGST)?
Enhanced SteamGifts & SteamTrades (ESGST) is een Chrome-extensie ontwikkeld door rafaelgomesxyz, en de belangrijkste functie is "A script that adds some cool features to SteamGifts and SteamTrades.".
Extensie Screenshots
Download het CRX-bestand van de extensie Enhanced SteamGifts & SteamTrades (ESGST)
Download Enhanced SteamGifts & SteamTrades (ESGST)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
Officiële URL | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
Beschrijving | A script that adds some cool features to SteamGifts and SteamTrades. |
Bestandsgrootte | 761 KB |
Aantal Installaties | 3,910 |
Huidige Versie | 8.9.4 |
Laatst Bijgewerkt | 2022-10-25 |
Publicatiedatum | 2020-06-25 |
Beoordeling | 4.12/5 Totaal 33 Beoordelingen |
Ontwikkelaar | rafaelgomesxyz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rafaelgomesxyz/esgst |
Help Pagina-URL | https://github.com/rafaelgomesxyz/esgst/issues |
URL van de Privacybeleid Pagina | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
Ondersteunde Talen | 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", " |