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是由https://steaminventoryhelper.com開發的Chrome擴展程式,該擴展的主要功能是“Improving Steam. Items auto-selling. Lowest prices for games and items. Prices from different sources. And a lot more”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Steam Inventory Helper擴展crx文件

下載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 Steam Inventory Helper
ID cmeakgjggjdlcpncigglobpjbkabhmjl
官方網址 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"
}