Twitch AWS Cost Tracker

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

Co to jest Twitch AWS Cost Tracker?

Twitch AWS Cost Tracker to rozszerzenie Chrome opracowane przez Andre Bradshaw, a jego główną funkcją jest „Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch AWS Cost Tracker

Pobierz pliki rozszerzeń Twitch AWS Cost Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch AWS Cost Tracker Twitch AWS Cost Tracker
ID hnehbdojhhiljceegleomoanfoomepjf
Oficjalny URL https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf
Opis Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
Rozmiar pliku 27.79 KB
Liczba instalacji 58
Aktualna Wersja 1.111
Ostatnia Aktualizacja 2022-04-27
Data Publikacji 2022-04-27
Deweloper Andre Bradshaw
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}