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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}