Enhanced SteamGifts & SteamTrades (ESGST)
A script that adds some cool features to SteamGifts and SteamTrades.
什么是Enhanced SteamGifts & SteamTrades (ESGST)?
Enhanced SteamGifts & SteamTrades (ESGST)是由rafaelgomesxyz开发的Chrome扩展程序,该扩展的主要功能是“A script that adds some cool features to SteamGifts and SteamTrades.”。
扩展截图
下载Enhanced SteamGifts & SteamTrades (ESGST)扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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",
" | |