SpeedMyStream

This extension will help you measure your streaming speed

Co to jest SpeedMyStream?

SpeedMyStream to rozszerzenie Chrome opracowane przez http://speedmystream.net, a jego główną funkcją jest „This extension will help you measure your streaming speed”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SpeedMyStream

Pobierz pliki rozszerzeń SpeedMyStream w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SpeedMyStream SpeedMyStream
ID lihfjeingmjbljechjdiidchpnlhkhnc
Oficjalny URL https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc
Opis This extension will help you measure your streaming speed
Rozmiar pliku 9.03 KB
Liczba instalacji 309
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-03-25
Data Publikacji 2014-03-25
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper http://speedmystream.net
Typ Płatności free
Strona Rozszerzenia http://speedmystream.net
Obsługiwane Języki 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"
    ]
}