Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
ما هو Enhanced SteamGifts & SteamTrades (ESGST)؟
Enhanced SteamGifts & SteamTrades (ESGST) هو إضافة Chrome تم تطويرها بواسطة rafaelgomesxyz، والميزة الرئيسية لها هي "A script that adds some cool features to SteamGifts and SteamTrades.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enhanced SteamGifts & SteamTrades (ESGST)
قم بتنزيل ملفات الامتداد Enhanced SteamGifts & SteamTrades (ESGST) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Enhanced SteamGifts & SteamTrades (ESGST) |
ID | ibedmjbicclcdfmghnkfldnplocgihna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/enhanced-steamgifts-steam/ibedmjbicclcdfmghnkfldnplocgihna |
الوصف | A script that adds some cool features to SteamGifts and SteamTrades. |
حجم الملف | 761 KB |
عدد التثبيتات | 3,910 |
النسخة الحالية | 8.9.4 |
آخر تحديث | 2022-10-25 |
تاريخ النشر | 2020-06-25 |
تقييم | 4.12/5 مجموع تقييمات 33 |
المطور | rafaelgomesxyz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rafaelgomesxyz/esgst |
عنوان صفحة المساعدة | https://github.com/rafaelgomesxyz/esgst/issues |
عنوان صفحة سياسة الخصوصية | https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy |
اللغات المدعومة | 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", " |