Steam Inventory Helper Firefox

Examine source code of Steam Inventory Helper

Inspect and view changes in Steam Inventory Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "_locales/*",
        "font/*",
        "js/lang/*",
        "assets/*",
        "bundle/js/*.js",
        "js/*.js",
        "js/*.js.map",
        "js/*.css",
        "js/jquery/*.js",
        "js/lang/*.js",
        "css/*.css",
        "css/*.png",
        "css/*.svg",
        "js/angular/assets/*"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{96b44f6d-18e6-43d9-8720-673216bb6718}"
    }
  },
  "short_name": "SIH",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://steamcommunity.com/tradeoffer/*",
        "*://steamcommunity.com/trade/*"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/checkout/sendgift/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/json2.js",
        "js/gifts.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/inventory",
        "*://steamcommunity.com/id/*/inventory/*",
        "*://steamcommunity.com/profiles/*/inventory",
        "*://steamcommunity.com/profiles/*/inventory/*"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/inventoryhistory",
        "*://steamcommunity.com/id/*/inventoryhistory*",
        "*://steamcommunity.com/profiles/*/inventoryhistory",
        "*://steamcommunity.com/profiles/*/inventoryhistory*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/inventory_history.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*",
        "*://steamcommunity.com/profiles/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/common.js",
        "bundle/js/profile.js",
        "bundle/js/profilestat.js",
        "js/profile.js"
      ],
      "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*"
      ],
      "css": [
        "css/fontello.css",
        "bundle/css/profile.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/stats/*",
        "*://steamcommunity.com/profiles/*/stats/*",
        "*://steamcommunity.com/id/*/stats",
        "*://steamcommunity.com/profiles/*/stats"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/profileStats.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/tradeoffers/*",
        "*://steamcommunity.com/profiles/*/tradeoffers/*",
        "*://steamcommunity.com/id/*/tradeoffers",
        "*://steamcommunity.com/profiles/*/tradeoffers"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/tradeofferrev.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/market/listings/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/listing.js"
      ],
      "css": [
        "css/fontello.css",
        "bundle/css/controls.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/market/*",
        "*://steamcommunity.com/market"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/market.js",
        "js/listing.js"
      ],
      "css": [
        "css/fontello.css",
        "bundle/css/controls.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/gamecards/*",
        "*://steamcommunity.com/profiles/*/gamecards/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/common.js",
        "bundle/js/gamecards.js",
        "js/badge.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/friends*",
        "*://steamcommunity.com/id/*/groups*",
        "*://steamcommunity.com/profiles/*/friends*",
        "*://steamcommunity.com/profiles/*/groups*"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/app/*",
        "*://*.steampowered.com/bundle/*",
        "*://*.steampowered.com/sub/*"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/account/",
        "*://*.steampowered.com/account/store_transactions/"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/common.js",
        "bundle/js/spentmoney.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/*"
      ],
      "exclude_matches": [
        "*://*.steampowered.com/checkout/sendgift/*",
        "*://*.steampowered.com/account/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/common.js",
        "bundle/js/highlight.js",
        "bundle/js/steampoweredlogin.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/inventoryhistory/",
        "*://steamcommunity.com/profiles/*/inventoryhistory/"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://steamcommunity.com/id/*/badges/*",
        "*://steamcommunity.com/id/*/badges",
        "*://steamcommunity.com/profiles/*/badges/*",
        "*://steamcommunity.com/profiles/*/badges",
        "*://steamcommunity.com/market/multibuy*"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/app/*"
      ],
      "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"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/points/*"
      ],
      "js": [
        "js/pointsPage.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/search*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/search.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/cart/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/cart.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/wishlist/*"
      ],
      "js": [
        "js/wishlist.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/explore/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/explore.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.steampowered.com/*",
        "*://steamcommunity.com/*"
      ],
      "js": [
        "js/sih_global.js"
      ],
      "css": [],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.steampowered.com/*",
        "*://steamcommunity.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/sih_global_header.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://waxpeer.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/waxpeer/waxpeer.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://market.csgo.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/csgocom/csgocom.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://buff.163.com/*"
      ],
      "js": [
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/buff/buff.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://skinport.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/skinport/skinport.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://lis-skins.ru/*",
        "*://lis-skins.com/*"
      ],
      "js": [
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/lisskins/lisskins.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.haloskins.com/*",
        "*://haloskins.com/*"
      ],
      "js": [
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/haloskins/haloskins.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://shadowpay.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/shadowpay/shadowpay.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://white.market/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/whitemarket/whitemarket.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://skinout.gg/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/skinout/skinout.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://mannco.store/*"
      ],
      "js": [
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/mannco/mannco.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.igxe.cn/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/igxe/igxe.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://dmarket.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/dmarket/dmarket.js"
      ],
      "css": [
        "css/fontello.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://cs.money/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/csmoney/csmoney.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://tradeit.gg/*"
      ],
      "js": [
        "bundle/js/common.js",
        "bundle/js/tradeitExternalMarketHandler.js",
        "js/otherMarkets/tradeit/tradeit.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://skinbaron.de/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/skinbaron/skinbaron.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://csfloat.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/csfloat/csfloat.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://avan.market/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/avanmarket/avanmarket.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://gameboost.com/counter-strike-2/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/gameboost/gameboost.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://skin.place/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/skinplace/skinplace.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.uuskins.com/items*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/uuskins/uuskins.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://skinsmonkey.com/trade*",
        "*://skinsmonkey.com/*/trade*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/skinsmonkey/skinsmonkey.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://itrade.gg/trade/csgo*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "bundle/js/externalMarketHandler.js",
        "js/otherMarkets/itrade/itrade.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://exeskins.com/item/*"
      ],
      "js": [
        "bundle/js/common.js",
        "bundle/js/exeskinsExternalMarketHandler.js",
        "js/otherMarkets/exeskins/exeskins.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://checkout.steampowered.com/*"
      ],
      "js": [
        "js/checkoutPage.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://store.epicgames.com/*"
      ],
      "js": [
        "js/jquery/jquery-1.10.2.min.js",
        "js/epicGames/epicGames.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://sih.app/*",
        "*://*.sih.app/*",
        "*://sihrep.com/*",
        "*://*.sihrep.com/*"
      ],
      "js": [
        "js/sih-rep-inject/sih-rep-inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 3,
  "icons": {
    "128": "assets/icon128.png"
  },
  "name": "Steam Inventory Helper",
  "options_ui": {
    "page": "dist/index.html",
    "open_in_tab": true
  },
  "version": "2.10.7",
  "background": {
    "type": "module",
    "scripts": [
      "bundle/js/common.js",
      "bundle/js/background.js",
      "bundleAngular/backgroundAngular.js"
    ]
  },
  "action": {
    "default_title": "Steam Inventory Helper",
    "default_icon": {
      "16": "assets/icon128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "incognito": "spanning",
  "declarative_net_request": {
    "rule_resources": [
      {
        "path": "rules.json",
        "enabled": true,
        "id": "ruleset_1"
      }
    ]
  },
  "permissions": [
    "notifications",
    "alarms",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "cookies",
    "activeTab",
    "management"
  ],
  "description": "__MSG_extension_description__"
}

Best Steam Inventory Helper Alternatives

Here are some Firefox add-ons that are similar to Steam Inventory Helper: