Twitch AWS Cost Tracker
Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
Τι είναι το Twitch AWS Cost Tracker;
Το Twitch AWS Cost Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andre Bradshaw, και η κύρια λειτουργία του είναι "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch AWS Cost Tracker
Λήψη αρχείων επέκτασης Twitch AWS Cost Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitch AWS Cost Tracker |
ID | hnehbdojhhiljceegleomoanfoomepjf |
Επίσημο URL | https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf |
Περιγραφή | Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing |
Μέγεθος Αρχείου | 27.79 KB |
Αριθμός Εγκαταστάσεων | 58 |
Τρέχουσα Έκδοση | 1.111 |
Τελευταία Ενημέρωση | 2022-04-27 |
Ημερομηνία Δημοσίευσης | 2022-04-27 |
Προγραμματιστής | Andre Bradshaw |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |