Steam Inventory Helper

Steam Inventory Helper

Improving Steam. Items auto-selling. Lowest prices for games and items. Prices from different sources. And a lot more

Merlin
Additional files are visible only to premium users

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.18",
  "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"
}