SpeedMyStream
This extension will help you measure your streaming speed
What is SpeedMyStream?
SpeedMyStream is a Chrome extension developed by http://speedmystream.net, and its main feature is "This extension will help you measure your streaming speed".
Extension Screenshots
Download SpeedMyStream Extension CRX File
Download SpeedMyStream extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lihfjeingmjbljechjdiidchpnlhkhnc |
Official URL | https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc |
Description | This extension will help you measure your streaming speed |
File Size | 9.03 KB |
Installation Count | 309 |
Current Version | 1.0 |
Last Updated | 2014-03-25 |
Publish Date | 2014-03-25 |
Rating | 3.00/5 Total 1 Ratings |
Developer | http://speedmystream.net |
Payment Type | free |
Extension Website | http://speedmystream.net |
Supported Languages | 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" ] } |