Twitch AWS Cost Tracker

Twitch AWS Cost Tracker

Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Twitch AWS Cost Tracker",
  "version": "1.111",
  "description": "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing",
  "content_scripts": [
    {
      "matches": [
        "https://*.twitchtracker.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}