InternetSpeedAudit

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

什麼是InternetSpeedAudit?

InternetSpeedAudit是由https://www.internetspeedaudit.com開發的Chrome擴展程式,該擴展的主要功能是“Check your Internet speed - Download and Upload for free directly from your browser”。

下載InternetSpeedAudit擴展crx文件

下載InternetSpeedAudit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 InternetSpeedAudit InternetSpeedAudit
ID agocfodpbghlkdpkohdfniikffncmpkm
官方網址 https://chromewebstore.google.com/detail/internetspeedaudit/agocfodpbghlkdpkohdfniikffncmpkm
簡介 Check your Internet speed - Download and Upload for free directly from your browser
檔案大小 31.89 KB
安裝次數 104
目前版本 4.7.3
更新時間 2016-03-20
上架時間 2016-03-20
評分 4.00/5 共 1 次評分
開發者 https://www.internetspeedaudit.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.keydownload.com/privacy.html
支援的語言 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"
    ]
}