Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
Was ist Enhanced SteamGifts & SteamTrades (ESGST)?
Enhanced SteamGifts & SteamTrades (ESGST) ist eine Chrome-Erweiterung, die von rafaelgomesxyz entwickelt wurde, und ihr Hauptmerkmal ist "A script that adds some cool features to SteamGifts and SteamTrades.".
Erweiterungsscreenshots
Enhanced SteamGifts & SteamTrades (ESGST)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enhanced SteamGifts & SteamTrades (ESGST)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
Offizielle URL | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
Beschreibung | A script that adds some cool features to SteamGifts and SteamTrades. |
Dateigröße | 761 KB |
Installationsanzahl | 3,910 |
Aktuelle Version | 8.9.4 |
Letztes Update | 2022-10-25 |
Veröffentlichungsdatum | 2020-06-25 |
Bewertung | 4.12/5 Insgesamt 33 Bewertungen |
Entwickler | rafaelgomesxyz |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rafaelgomesxyz/esgst |
Hilfeseite URL | https://github.com/rafaelgomesxyz/esgst/issues |
URL der Datenschutzrichtlinien-Seite | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
Unterstützte Sprachen | 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", " |