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 |
| Eメール | [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",
" | |