Steam Price Comparison - Unpowered edition

Steam Price Comparison - Unpowered edition

Displays prices from all regions in the Steam store and convert them to your local currency

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http://store.steampowered.com/app/*",
        "https://store.steampowered.com/app/*",
        "http://store.steampowered.com/sub/*",
        "https://store.steampowered.com/sub/*",
        "http://store.steampowered.com/sale/*",
        "https://store.steampowered.com/sale/*"
      ],
      "js": [
        "CompareSteamPrices.user.js"
      ],
      "matches": [
        "http://store.steampowered.com/app/*",
        "http://store.steampowered.com/sub/*",
        "http://store.steampowered.com/sale/*",
        "https://store.steampowered.com/app/*",
        "https://store.steampowered.com/sub/*",
        "https://store.steampowered.com/sale/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "name": "Steam Price Comparison - Unpowered edition",
  "short_name": "Steam Price Comparison",
  "version": "2.5.0",
  "manifest_version": 2,
  "description": "Displays prices from all regions in the Steam store and convert them to your local currency",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "homepage_url": "https://greasyfork.org/scripts/3618-steam-price-comparison-unpowered-edition",
  "permissions": []
}