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 |
官方網址 | 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" ] } |