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 |
| 官方網址 | 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",
" | |