Twitch AWS Cost Tracker
Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
O que é Twitch AWS Cost Tracker?
Twitch AWS Cost Tracker é uma extensão do Chrome desenvolvida por Andre Bradshaw, e sua principal característica é "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch AWS Cost Tracker
Baixe arquivos de extensão Twitch AWS Cost Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Twitch AWS Cost Tracker |
ID | hnehbdojhhiljceegleomoanfoomepjf |
URL Oficial | https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf |
Descrição | Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing |
Tamanho do Arquivo | 27.79 KB |
Contagem de Instalações | 58 |
Versão Atual | 1.111 |
Última Atualização | 2022-04-27 |
Data de Publicação | 2022-04-27 |
Desenvolvedor | Andre Bradshaw |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |