Twitch AWS Cost Tracker

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

Twitch AWS Cost Trackerとは何ですか?

Twitch AWS Cost TrackerはAndre Bradshawによって開発されたChromeの拡張機能で、その主な機能は「Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing」です。

拡張機能のスクリーンショット

screenshot

Twitch AWS Cost Tracker拡張機能のCRXファイルをダウンロード

Twitch AWS Cost Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple tool to automatically calculate the estimated undiscounted cost of AWS for a streamer on twitchtracker.com.
This tool is intended to educate streamers on the cost of running a multi-billion dollar streaming service. 
Calculations assume the following:
1) Streamer and viewers are in the lowest cost AWS region
2) Streamer is always running an HD stream
3) Viewers are split 50/50 as HD and SD                    

拡張機能の基本情報

名前 Twitch AWS Cost Tracker Twitch AWS Cost Tracker
ID hnehbdojhhiljceegleomoanfoomepjf
公式URL https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf
説明 Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
ファイルサイズ 27.79 KB
インストール数 58
現在のバージョン 1.111
最終更新日 2022-04-27
公開日 2022-04-27
開発者 Andre Bradshaw
Eメール [email protected]
支払い方法 free
対応言語 en-US
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"
    }
}