Twitch AWS Cost Tracker
Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing
Apa itu Twitch AWS Cost Tracker?
Twitch AWS Cost Tracker adalah ekstensi Chrome yang dikembangkan oleh Andre Bradshaw, dan fitur utamanya adalah "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch AWS Cost Tracker
Unduh file ekstensi Twitch AWS Cost Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Twitch AWS Cost Tracker |
ID | hnehbdojhhiljceegleomoanfoomepjf |
URL Resmi | https://chromewebstore.google.com/detail/twitch-aws-cost-tracker/hnehbdojhhiljceegleomoanfoomepjf |
Deskripsi | Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing |
Ukuran File | 27.79 KB |
Jumlah Instalasi | 58 |
Versi Saat Ini | 1.111 |
Terakhir Diperbarui | 2022-04-27 |
Tanggal Publikasi | 2022-04-27 |
Pengembang | Andre Bradshaw |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |