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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}