Twitch AWS Cost Tracker

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

Cos'è Twitch AWS Cost Tracker?

Twitch AWS Cost Tracker è un'estensione di Chrome sviluppata da Andre Bradshaw, e la sua funzione principale è "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch AWS Cost Tracker

Scarica i file di estensione Twitch AWS Cost Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch AWS Cost Tracker Twitch AWS Cost Tracker
ID hnehbdojhhiljceegleomoanfoomepjf
URL Ufficiale https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf
Descrizione Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
Dimensione del File 27.79 KB
Conteggio Installazioni 58
Versione Corrente 1.111
Ultimo Aggiornamento 2022-04-27
Data di Pubblicazione 2022-04-27
Sviluppatore Andre Bradshaw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}