SpeedMyStream
This extension will help you measure your streaming speed
什么是SpeedMyStream?
SpeedMyStream是由http://speedmystream.net开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you measure your streaming speed”。
扩展截图
下载SpeedMyStream扩展crx文件
下载SpeedMyStream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | lihfjeingmjbljechjdiidchpnlhkhnc |
官方URL | https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc |
简介 | This extension will help you measure your streaming speed |
文件大小 | 9.03 KB |
安装次数 | 309 |
当前版本 | 1.0 |
更新时间 | 2014-03-25 |
上架时间 | 2014-03-25 |
评分 | 3.00/5 共1次评分 |
开发者 | http://speedmystream.net |
付费类型 | free |
扩展官网 | http://speedmystream.net |
支持的语言 | 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" ] } |