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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}