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'est-ce que Twitch AWS Cost Tracker ?
Twitch AWS Cost Tracker est une extension Chrome développée par Andre Bradshaw, et sa fonction principale est "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch AWS Cost Tracker
Téléchargez les fichiers d'extension Twitch AWS Cost Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch AWS Cost Tracker |
ID | hnehbdojhhiljceegleomoanfoomepjf |
URL Officiel | https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf |
Description | Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing |
Taille du Fichier | 27.79 KB |
Nombre d'Installations | 58 |
Version Actuelle | 1.111 |
Dernière Mise à Jour | 2022-04-27 |
Date de Publication | 2022-04-27 |
Développeur | Andre Bradshaw |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |