InternetSpeedAudit

Check your Internet speed - Download and Upload for free directly from your browser

O que é InternetSpeedAudit?

InternetSpeedAudit é uma extensão do Chrome desenvolvida por https://www.internetspeedaudit.com, e sua principal característica é "Check your Internet speed - Download and Upload for free directly from your browser".

Baixar o arquivo CRX da Extensão InternetSpeedAudit

Baixe arquivos de extensão InternetSpeedAudit 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

                        Browse websites and view videos at top speeds!

Tired of slow internet connections and buffering videos? Now you can make that a part of the past with the Internet Speed Audit extension! Simply install it on your Chrome browser and analyze your computer's activities to find out what is slowing it down. Once the results are in, you can fix the problem with the click of a button and instantly boost your internet speed!                    

Informações Básicas da Extensão

Nome InternetSpeedAudit InternetSpeedAudit
ID agocfodpbghlkdpkohdfniikffncmpkm
URL Oficial https://chromewebstore.google.com/detail/internetspeedaudit/agocfodpbghlkdpkohdfniikffncmpkm
Descrição Check your Internet speed - Download and Upload for free directly from your browser
Tamanho do Arquivo 31.89 KB
Contagem de Instalações 104
Versão Atual 4.7.3
Última Atualização 2016-03-20
Data de Publicação 2016-03-20
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://www.internetspeedaudit.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.keydownload.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "js\/chromeUtils.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "Frame.html",
        "default_title": "Internet Speed Audit"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.imgfarm.com\/ https:\/\/*.webfetti.com\/ https:\/\/*.wdgserv.com\/ https:\/\/*.optimizely.com\/ 'unsafe-eval'; object-src 'self' https:\/\/*.imgfarm.com\/ https:\/\/*.webfetti.com\/ https:\/\/*.wdgserv.com\/ https:\/\/*.optimizely.com\/",
    "description": "Check your Internet speed - Download and Upload for free directly from your browser",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "InternetSpeedAudit",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/localhost\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.7.3",
    "web_accessible_resources": [
        "toolbarUI.html",
        "components\/api\/window\/widgetWindow.html",
        "components\/search\/html\/searchSuggestions.html",
        "common\/widget-api\/widgets\/rss\/rssWidget.html",
        "components\/moviereviews\/html\/movieReviews.html",
        "common\/components\/embedscript\/html\/embedScriptTemplate.html",
        "common\/components\/embedhtml\/html\/embedHtmlTemplate.html",
        "common\/components\/menu\/html\/menuframe.html",
        "common\/widget-api\/widgets\/weather\/weatherButton.html",
        "components\/supertab\/html\/supertab.html",
        "common\/widget-api\/widgets\/radio\/radio-widget.html",
        "js\/widgetContentScriptInjectee.js"
    ]
}