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
公式URL 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
Eメール [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"
    ]
}