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是由Andre Bradshaw開發的Chrome擴展程式,該擴展的主要功能是“Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing”。
擴展截圖
下載Twitch AWS Cost Tracker擴展crx文件
下載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 |
官方網址 | 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" } } |