Speedtest by Ookla

Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.

什麼是Speedtest by Ookla?

Speedtest by Ookla是由https://speedtest.net開發的Chrome擴展程式,該擴展的主要功能是“Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.”。

擴展截圖

screenshot
screenshot

下載Speedtest by Ookla擴展crx文件

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

擴展使用說明

                        We encourage you to read our updated Privacy Policy: http://www.speedtest.net/privacy

Take a Speedtest directly from your Google Chrome toolbar to quickly test your internet performance without interruption. Measure how fast the pages you visit load with Web Speed.

Features:
- Get your ping, download, and upload speeds within seconds
- Measure how fast websites load

Permissions:
Chrome will ask for permission to "Read and change all your data on the websites you visit". Speedtest also measures how fast websites load with Web Speed, and it uses this permission to know how long it takes a given website to load. You can disable Web Speed in the extension settings.                    

擴展基本資訊

名稱 Speedtest by Ookla Speedtest by Ookla
ID pgjjikdiikihdfpoppgaidccahalehjh
官方網址 https://chromewebstore.google.com/detail/speedtest-by-ookla/pgjjikdiikihdfpoppgaidccahalehjh
簡介 Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.
檔案大小 3.47 MB
安裝次數 2,772,683
目前版本 1.0.9.11
更新時間 2023-06-15
上架時間 2020-04-28
評分 4.41/5 共 2967 次評分
開發者 https://speedtest.net
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.speedtest.net/privacy
支援的語言 id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,sv,ru,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Speedtest",
    "content_security_policy": "script-src 'self' https:\/\/www.speedtest.net https:\/\/www.googletagmanager.com\/gtm.js https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "version": "1.0.9.11",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/gauge-16.png",
        "48": "images\/gauge-48.png",
        "128": "images\/gauge-128.png"
    },
    "permissions": [
        "webRequest",
        "background",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "\/background.html"
    },
    "options_page": "index.html?options=true",
    "browser_action": {
        "default_icon": {
            "19": "images\/gauge-19.png",
            "38": "images\/gauge-38.png"
        },
        "default_title": "Speedtest",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "webspeed.js"
            ],
            "run_at": "document_end"
        }
    ]
}