Twitch AWS Cost Tracker
Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
¿Qué es Twitch AWS Cost Tracker?
Twitch AWS Cost Tracker es una extensión de Chrome desarrollada por Andre Bradshaw, y su función principal es "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch AWS Cost Tracker
Descarga archivos de extensión Twitch AWS Cost Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Twitch AWS Cost Tracker |
ID | hnehbdojhhiljceegleomoanfoomepjf |
URL Oficial | https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf |
Descripción | Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing |
Tamaño del Archivo | 27.79 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 1.111 |
Última Actualización | 2022-04-27 |
Fecha de Publicación | 2022-04-27 |
Desarrollador | Andre Bradshaw |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |