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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |