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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://github.com/rafaelgomesxyz/esgst/issues |
URL หน้านโยบายความเป็นส่วนตัว | 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", " |