SpeedMyStream
This extension will help you measure your streaming speed
Vad är SpeedMyStream?
SpeedMyStream är en Chrome-tillägg utvecklad av http://speedmystream.net, och dess huvudfunktion är "This extension will help you measure your streaming speed".
Tilläggsskärmbilder
Ladda ner SpeedMyStream-förlängningens CRX-fil
Ladda ner SpeedMyStream-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Is your speed stream fast enough ? Speed My stream is a free tool that allows you to test the performance and speed of your streaming speed. Use it before watch video content online to ensure that your streaming capacity is well and that you’re getting the speed you need to view your streaming.
Grundläggande Information om Tillägg
Namn | |
ID | lihfjeingmjbljechjdiidchpnlhkhnc |
Officiell webbadress | https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc |
Beskrivning | This extension will help you measure your streaming speed |
Filstorlek | 9.03 KB |
Antal Installationer | 309 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-03-25 |
Publiceringsdatum | 2014-03-25 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | http://speedmystream.net |
Betalningssätt | free |
Tilläggswebbplats | http://speedmystream.net |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedMyStream", "description": "This extension will help you measure your streaming speed", "version": "1.0", "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "sms.js" ] }, "permissions": [ "tabs" ] } |