SpeedMyStream
This extension will help you measure your streaming speed
O que é SpeedMyStream?
SpeedMyStream é uma extensão do Chrome desenvolvida por http://speedmystream.net, e sua principal característica é "This extension will help you measure your streaming speed".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SpeedMyStream
Baixe arquivos de extensão SpeedMyStream no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lihfjeingmjbljechjdiidchpnlhkhnc |
URL Oficial | https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc |
Descrição | This extension will help you measure your streaming speed |
Tamanho do Arquivo | 9.03 KB |
Contagem de Instalações | 309 |
Versão Atual | 1.0 |
Última Atualização | 2014-03-25 |
Data de Publicação | 2014-03-25 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | http://speedmystream.net |
Tipo de Pagamento | free |
Site da Extensão | http://speedmystream.net |
Idiomas Suportados | 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" ] } |