A better steam

A better steam

Second release This extension has not been endorsed by Valve and is an unofficial enhancement of the Steam store when viewed in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "A better steam",
  "version": "1.2",
  "content_scripts": [
    {
      "matches": [
        "http://store.steampowered.com/*"
      ],
      "js": [
        "jquery.js",
        "injectS.js",
        "inject.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}