Steam Inventory Helper
Improving Steam. Items auto-selling. Lowest prices for games and items. Prices from different sources. And a lot more
Steam Inventory Helperคืออะไร?
Steam Inventory Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steaminventoryhelper.com และคุณลักษณะหลักของมันคือ "Improving Steam. Items auto-selling. Lowest prices for games and items. Prices from different sources. And a lot more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Inventory Helper
ดาวน์โหลดไฟล์ส่วนขยาย Steam Inventory Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Our extension can: - Check CSGO floats in your inventory or steam market - Quickly sell hundreds of items in a few clicks - Check CSGO2 skins prices in one click - Show floats, patterns and prices of stickers applied to the skin - Show the total cost of inventory at the prices of the selected store / service - Compare the cost of any skin with the prices of the global game item market - Group identical items into stacks - Calculate the profit of selling lots on the Steam marketplace - Automatically accept incoming trades - Show information about the use of items. You will see in the inventory if this item is currently used in the game or is in a sent trade - Quickly buy items on the Steam marketplace. - "Set quick buy" button allows you to buy additional parts of the set without leaving your inventory using a special button on the part of the desired set. All funсtions are built based on Steam community website and Steam WebAPI with some tweaks to cut off unnecessary steps, no 3rd party software/website is involved. Some features require authorization in the Steam community. Description of requested permissions: *: //*.steampowered.com/* & *: //steamcommunity.com/* - display of various extension functionality on steamcommunity and steampowered sites *: //sih.gainskins.com/* - display in the Steam user’s inventory of prices for items, obtaining public data about games, user profiles and items *: //steamcharts.com/* - receiving statistics about games on Steam and exchange rates *: //market.csgo.com/* - to use the communication function with market.csgo to create trade offers (only after enabling the corresponding setting) *://steamrep.com/* - to receive the public information about the user profile (trade ban / VAC ban / community ban) Official website: https://steaminventoryhelper.com/ Official Steam group: https://steamcommunity.com/groups/SteamInventoryHelper Official support email: [email protected] Official developers email: [email protected] Please read the changelogs and FAQ whenever there is an update.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Inventory Helper |
ID | cmeakgjggjdlcpncigglobpjbkabhmjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-inventory-helper/cmeakgjggjdlcpncigglobpjbkabhmjl |
คำอธิบาย | Improving Steam. Items auto-selling. Lowest prices for games and items. Prices from different sources. And a lot more |
ขนาดไฟล์ | 26.31 MB |
จำนวนการติดตั้ง | 1,617,273 |
เวอร์ชันปัจจุบัน | 1.19.12 |
อัปเดตครั้งล่าสุด | 2024-03-03 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 4.18/5 รวมทั้งหมด 9936 คะแนน |
ผู้พัฒนา | https://steaminventoryhelper.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://steaminventoryhelper.com/ |
URL หน้าช่วยเหลือ | https://steamcommunity.com/groups/SteamInventoryHelper |
URL หน้านโยบายความเป็นส่วนตัว | https://steaminventoryhelper.com/privacy |
ภาษาที่รองรับ | de,en,fr,no,vi,tr,es,it,lv,pl,pt-BR,ro,sv,cs,bg,ru,uk,iw,fa,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Inventory Helper", "short_name": "SIH", "description": "__MSG_extension_description__", "default_locale": "en", "version": "1.19.12", "background": { "scripts": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/market.js", "bundle\/js\/sihAgent.js", "bundle\/js\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/addfunds.js" ], "matches": [ "*:\/\/store.steampowered.com\/steamaccount\/addfunds\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/json2.js", "js\/tradeoffer.js", "js\/common\/settings.js" ], "css": [ "css\/fontello.css", "bundle\/css\/controls.css" ], "matches": [ "*:\/\/steamcommunity.com\/tradeoffer\/*", "*:\/\/steamcommunity.com\/trade\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/json2.js", "js\/gifts.js" ], "matches": [ "*:\/\/*.steampowered.com\/checkout\/sendgift\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/inventprice.js", "js\/common\/settings.js" ], "css": [ "css\/fontello.css", "css\/inventprice.css", "bundle\/css\/controls.css" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/inventory", "*:\/\/steamcommunity.com\/id\/*\/inventory\/*", "*:\/\/steamcommunity.com\/profiles\/*\/inventory", "*:\/\/steamcommunity.com\/profiles\/*\/inventory\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/profile.js", "bundle\/js\/profilestat.js", "js\/profile.js" ], "css": [ "css\/fontello.css", "bundle\/css\/profile.css" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*", "*:\/\/steamcommunity.com\/profiles\/*" ], "exclude_matches": [ "*:\/\/steamcommunity.com\/id\/*\/inventory*", "*:\/\/steamcommunity.com\/profiles\/*\/inventory*", "*:\/\/steamcommunity.com\/id\/*\/badges*", "*:\/\/steamcommunity.com\/profiles\/*\/badges*", "*:\/\/steamcommunity.com\/id\/*\/gamecards*", "*:\/\/steamcommunity.com\/profiles\/*\/gamecards*", "*:\/\/steamcommunity.com\/id\/*\/friends\/pending*", "*:\/\/steamcommunity.com\/profiles\/*\/friends\/pending*", "*:\/\/steamcommunity.com\/id\/*\/groups*", "*:\/\/steamcommunity.com\/profiles\/*\/groups*", "*:\/\/steamcommunity.com\/id\/*\/tradeoffer*", "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffer*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/tradeofferrev.js" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/tradeoffers\/*", "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffers\/*", "*:\/\/steamcommunity.com\/id\/*\/tradeoffers", "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffers" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/listing.js" ], "css": [ "css\/fontello.css", "bundle\/css\/controls.css" ], "matches": [ "*:\/\/steamcommunity.com\/market\/listings\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/market.js" ], "css": [ "css\/fontello.css", "bundle\/css\/controls.css" ], "matches": [ "*:\/\/steamcommunity.com\/market\/*", "*:\/\/steamcommunity.com\/market" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/gamecards.js", "js\/badge.js" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/gamecards\/*", "*:\/\/steamcommunity.com\/profiles\/*\/gamecards\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/invites.js", "js\/invites.js" ], "css": [ "css\/fontello.css", "bundle\/css\/invites.css" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/friends*", "*:\/\/steamcommunity.com\/id\/*\/groups*", "*:\/\/steamcommunity.com\/profiles\/*\/friends*", "*:\/\/steamcommunity.com\/profiles\/*\/groups*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/gameprice.js", "bundle\/js\/gamestat.js" ], "css": [ "css\/fontello.css", "bundle\/css\/gameprice.css", "css\/fam-flags.css" ], "matches": [ "*:\/\/*.steampowered.com\/app\/*", "*:\/\/*.steampowered.com\/bundle\/*", "*:\/\/*.steampowered.com\/sub\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/spentmoney.js" ], "matches": [ "*:\/\/*.steampowered.com\/account\/", "*:\/\/*.steampowered.com\/account\/store_transactions\/" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/highlight.js", "bundle\/js\/steampoweredlogin.js" ], "matches": [ "*:\/\/*.steampowered.com\/*" ], "exclude_matches": [ "*:\/\/*.steampowered.com\/checkout\/sendgift\/*", "*:\/\/*.steampowered.com\/account\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/history.js" ], "css": [ "css\/fontello.css", "bundle\/css\/history.css" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/inventoryhistory\/", "*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory\/" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/levels.js" ], "css": [ "css\/fontello.css", "bundle\/css\/levels.css" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/badges\/", "*:\/\/steamcommunity.com\/id\/*\/badges", "*:\/\/steamcommunity.com\/profiles\/*\/badges\/", "*:\/\/steamcommunity.com\/profiles\/*\/badges", "*:\/\/steamcommunity.com\/market\/multibuy*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/groups.js" ], "css": [ "css\/fontello.css", "bundle\/css\/groups.css" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/friends\/*", "*:\/\/steamcommunity.com\/id\/*\/groups\/*", "*:\/\/steamcommunity.com\/profiles\/*\/friends\/*", "*:\/\/steamcommunity.com\/profiles\/*\/groups\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "bundle\/js\/common.js", "bundle\/js\/badgeprogress.js" ], "css": [ "css\/fontello.css", "bundle\/css\/badgeprogress.css" ], "matches": [ "*:\/\/*.steampowered.com\/app\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/search.js" ], "css": [ "css\/fontello.css" ], "matches": [ "*:\/\/*.steampowered.com\/search\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/cart.js" ], "css": [ "css\/fontello.css" ], "matches": [ "*:\/\/*.steampowered.com\/cart\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/explore.js" ], "css": [ "css\/fontello.css" ], "matches": [ "*:\/\/*.steampowered.com\/explore\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery-1.10.2.min.js", "js\/sih_global_header.js" ], "css": [ "css\/fontello.css" ], "matches": [ "*:\/\/*.steampowered.com\/*", "*:\/\/steamcommunity.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "assets\/icon128.png" }, "browser_action": { "default_title": "Steam Inventory Helper", "default_icon": "assets\/icon128.png", "default_popup": "html\/tradeoffers.html" }, "options_ui": { "page": "dist\/index.html", "open_in_tab": true }, "permissions": [ "notifications", "alarms", "storage", "background", "webRequest", "webRequestBlocking", "activeTab", "*:\/\/steamcommunity.com\/*", "*:\/\/*.steampowered.com\/*", "*:\/\/sih.gainskins.com\/", "*:\/\/steamcharts.com\/", "*:\/\/market.csgo.com\/api\/cnds*", "*:\/\/steamrep.com\/", "*:\/\/*.steaminventoryhelper.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/market.csgo.com\/*", "https:\/\/market.dota2.net\/*", "https:\/\/csgo.tm\/*", "https:\/\/gifts.tm\/*", "https:\/\/pubg.tm\/*", "https:\/\/tf2.tm\/*", "https:\/\/api.waxpeer.com\/*", "https:\/\/api.steaminventoryhelper.com\/*", "https:\/\/stats.steaminventoryhelper.com\/*", "https:\/\/wss-api.steaminventoryhelper.com\/*", "*:\/\/*.steampowered.com\/*", "*:\/\/steamcommunity.com\/*" ] }, "web_accessible_resources": [ "_locales\/*", "font\/*", "js\/lang\/*", "assets\/*", "bundle\/js\/*.js", "js\/*.js", "js\/*.css", "js\/jquery\/*.js", "js\/lang\/*.js", "css\/*.css", "css\/*.png", "css\/*.svg" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/steam-inventory-helper\/cmeakgjggjdlcpncigglobpjbkabhmjl" } |