Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
Co to jest Enhanced SteamGifts & SteamTrades (ESGST)?
Enhanced SteamGifts & SteamTrades (ESGST) to rozszerzenie Chrome opracowane przez rafaelgomesxyz, a jego główną funkcją jest „A script that adds some cool features to SteamGifts and SteamTrades.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Enhanced SteamGifts & SteamTrades (ESGST)
Pobierz pliki rozszerzeń Enhanced SteamGifts & SteamTrades (ESGST) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
Oficjalny URL | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
Opis | A script that adds some cool features to SteamGifts and SteamTrades. |
Rozmiar pliku | 761 KB |
Liczba instalacji | 3,910 |
Aktualna Wersja | 8.9.4 |
Ostatnia Aktualizacja | 2022-10-25 |
Data Publikacji | 2020-06-25 |
Ocena | 4.12/5 Łącznie 33 Oceny |
Deweloper | rafaelgomesxyz |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rafaelgomesxyz/esgst |
Adres URL Strony Pomocy | https://github.com/rafaelgomesxyz/esgst/issues |
Adres URL Strony Polityki Prywatności | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
Obsługiwane Języki | 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", " |