Steam Plus
SteamPlus is an extension that will enhance your steam experience (Like Steam Inventory Helper, Csgofloat or Csgotrader.app)…
什麼是Steam Plus?
Steam Plus是由steamplus.app開發的Chrome擴展程式,該擴展的主要功能是“SteamPlus is an extension that will enhance your steam experience (Like Steam Inventory Helper, Csgofloat or Csgotrader.app)…”。
擴展截圖
下載Steam Plus擴展crx文件
下載Steam Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SteamPlus is an extension that will enhance your steam experience (Like Steam Inventory Helper, Csgofloat or Csgotrader.app) Enhance work with tradeoffers (Fast check summary of offer, total cost). Auto accept gift offers (Empty from your side). With SteamPlus you can list multiple items, quick remove items from listing, edit etc. With SteamPlus you can check who's selling a specific item on Steam Market. You can quickly inspect on csgo items floats,rare patterns and prices (including extra charges). You can quickly inspect how much your csgo inventory costs. Check lowest price and volume of sales on steam market. Fast inspect items, stickers, prices on csgo items. Quick sell or quick buy items on steam market
擴展基本資訊
名稱 | Steam Plus |
ID | gmgmmjabnmigondjggpcjmhicekiognh |
官方網址 | https://chromewebstore.google.com/detail/steam-plus/gmgmmjabnmigondjggpcjmhicekiognh |
簡介 | SteamPlus is an extension that will enhance your steam experience (Like Steam Inventory Helper, Csgofloat or Csgotrader.app)… |
檔案大小 | 1.97 MB |
安裝次數 | 2,387 |
目前版本 | 4.0.7 |
更新時間 | 2023-01-09 |
上架時間 | 2021-10-05 |
評分 | 5.00/5 共 8 次評分 |
開發者 | steamplus.app |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.0.7", "manifest_version": 3, "name": "Steam Plus", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "128.png" }, "icons": { "128": "128.png" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "cookies", "declarativeNetRequest", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/*\/inventory", "*:\/\/steamcommunity.com\/*\/inventory\/*" ], "run_at": "document_idle", "js": [ "inventoryScript.bundle.js" ], "css": [ "content.styles.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/market", "*:\/\/steamcommunity.com\/market\/" ], "run_at": "document_idle", "js": [ "marketScript.bundle.js" ], "css": [ "content.styles.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/market\/listings\/730*" ], "run_at": "document_idle", "js": [ "marketListingScript.bundle.js" ], "css": [ "content.styles.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/tradeoffer\/*\/*" ], "run_at": "document_idle", "js": [ "tradeofferScript.bundle.js" ], "css": [ "content.styles.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/*\/tradeoffers*" ], "run_at": "document_idle", "js": [ "tradeOffersScript.bundle.js" ], "css": [ "content.styles.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/id\/*", "*:\/\/steamcommunity.com\/profiles\/*" ], "run_at": "document_idle", "js": [ "profileScript.bundle.js" ], "css": [ "content.styles.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/id\/*\/friends*", "*:\/\/steamcommunity.com\/profiles\/*\/friends*" ], "run_at": "document_idle", "js": [ "friendRequestsScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "128.png" ], "matches": [] }, { "resources": [ "bridge.bundle.js", "\/assets\/*" ], "matches": [ " |