SpeedMyStream

This extension will help you measure your streaming speed

Cos'è SpeedMyStream?

SpeedMyStream è un'estensione di Chrome sviluppata da http://speedmystream.net, e la sua funzione principale è "This extension will help you measure your streaming speed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpeedMyStream

Scarica i file di estensione SpeedMyStream in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SpeedMyStream SpeedMyStream
ID lihfjeingmjbljechjdiidchpnlhkhnc
URL Ufficiale https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc
Descrizione This extension will help you measure your streaming speed
Dimensione del File 9.03 KB
Conteggio Installazioni 309
Versione Corrente 1.0
Ultimo Aggiornamento 2014-03-25
Data di Pubblicazione 2014-03-25
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore http://speedmystream.net
Tipo di Pagamento free
Sito Web dell'Estensione http://speedmystream.net
Lingue Supportate 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"
    ]
}