Steam Revenue Calculator

Steam Revenue Calculator

This plugin shows the game's revenue inside the Steam store page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "https://store.steampowered.com/app/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "This plugin shows the game's revenue inside the Steam store page.",
  "host_permissions": [
    "https://store.steampowered.com/*"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Steam Revenue Calculator",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}