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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick calculation of the AWS cost Twitch incurs based on twitchtracker data and Amazon's public interactive video service pricing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch AWS Cost Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |