Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Steam Inventory Helper",
"short_name": "SIH",
"description": "__MSG_extension_description__",
"default_locale": "en",
"version": "2.9.0",
"incognito": "split",
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"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",
"js\/inventory_history.js"
],
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/inventoryhistory",
"*:\/\/steamcommunity.com\/id\/*\/inventoryhistory*",
"*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory",
"*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory*"
],
"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\/miniProfileHover.js"
],
"matches": [
"*:\/\/*.steampowered.com\/*",
"*:\/\/steamcommunity.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"js\/profileStats.js"
],
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/stats\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/stats\/*",
"*:\/\/steamcommunity.com\/id\/*\/stats",
"*:\/\/steamcommunity.com\/profiles\/*\/stats"
],
"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\/groups.js",
"bundle\/js\/invites.js",
"js\/invites.js"
],
"css": [
"css\/fontello.css",
"bundle\/css\/groups.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",
"js\/badges-main.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\/badgeprogress.js",
"js\/gamePage.js"
],
"css": [
"css\/fontello.css",
"bundle\/css\/badgeprogress.css"
],
"matches": [
"*:\/\/*.steampowered.com\/app\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/pointsPage.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/*.steampowered.com\/points\/*"
],
"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\/wishlist.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/*.steampowered.com\/wishlist\/*"
],
"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"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/waxpeer\/waxpeer.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/waxpeer.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/csgocom\/csgocom.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/market.csgo.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/buff\/buff.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/buff.163.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/skinport\/skinport.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/skinport.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/lisskins\/lisskins.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/lis-skins.ru\/*",
"*:\/\/lis-skins.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/haloskins\/haloskins.js"
],
"matches": [
"*:\/\/www.haloskins.com\/*",
"*:\/\/haloskins.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/shadowpay\/shadowpay.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/shadowpay.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/bitskins\/bitskins.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/bitskins.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/whitemarket\/whitemarket.js"
],
"matches": [
"*:\/\/white.market\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/skinout\/skinout.js"
],
"matches": [
"*:\/\/skinout.gg\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/gamerpay\/gamerpay.js"
],
"matches": [
"*:\/\/gamerpay.gg\/*"
],
"run_at": "document_end"
},
{
"js": [
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/mannco\/mannco.js"
],
"matches": [
"*:\/\/mannco.store\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/igxe\/igxe.js"
],
"matches": [
"*:\/\/www.igxe.cn\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/dmarket\/dmarket.js"
],
"css": [
"css\/fontello.css"
],
"matches": [
"*:\/\/dmarket.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/csmoney\/csmoney.js"
],
"matches": [
"*:\/\/cs.money\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/tradeit\/tradeit.js"
],
"matches": [
"*:\/\/tradeit.gg\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/skinbaron\/skinbaron.js"
],
"matches": [
"*:\/\/skinbaron.de\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/csfloat\/csfloat.js"
],
"matches": [
"*:\/\/csfloat.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/avanmarket\/avanmarket.js"
],
"matches": [
"*:\/\/avan.market\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"bundle\/js\/externalMarketHandler.js",
"js\/otherMarkets\/skinplace\/skinplace.js"
],
"matches": [
"*:\/\/skin.place\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/checkoutPage.js"
],
"matches": [
"*:\/\/checkout.steampowered.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/jquery\/jquery-1.10.2.min.js",
"js\/epicGames\/epicGames.js"
],
"matches": [
"*:\/\/store.epicgames.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/sih-rep-inject\/sih-rep-inject.js"
],
"matches": [
"*:\/\/sih.app\/*",
"*:\/\/*.sih.app\/*",
"*:\/\/sihrep.com\/*",
"*:\/\/*.sihrep.com\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"128": "assets\/icon128.png"
},
"action": {
"default_title": "Steam Inventory Helper",
"default_icon": {
"16": "assets\/icon128.png"
}
},
"options_ui": {
"page": "dist\/index.html",
"open_in_tab": true
},
"permissions": [
"notifications",
"alarms",
"storage",
"unlimitedStorage",
"background",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"cookies",
"activeTab",
"management"
],
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"externally_connectable": {
"matches": [
"https:\/\/api.steaminventoryhelper.com\/*",
"https:\/\/stats.steaminventoryhelper.com\/*",
"https:\/\/wss-api.steaminventoryhelper.com\/*",
"*:\/\/*.steampowered.com\/*",
"*:\/\/steamcommunity.com\/*",
"*:\/\/store.epicgames.com\/*",
"*:\/\/sih.app\/*",
"*:\/\/*.sih.app\/*",
"*:\/\/sihrep.com\/*",
"*:\/\/*.sihrep.com\/*"
]
},
"web_accessible_resources": [
{
"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",
"js\/angular\/assets\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/steam-inventory-helper\/cmeakgjggjdlcpncigglobpjbkabhmjl"
}