Speedtest Google (for chrome)

OOKLA SPEEDTEST: BEST FREE SPEEDTEST

什么是Speedtest Google (for chrome)?

Speedtest Google (for chrome)是由Grey corporation开发的Chrome扩展程序,该扩展的主要功能是“OOKLA SPEEDTEST: BEST FREE SPEEDTEST”。

扩展截图

screenshot
screenshot
screenshot

下载Speedtest Google (for chrome)扩展crx文件

下载Speedtest Google (for chrome)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Speed test 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.
We encourage you to read our updated Privacy Policy: 
https://youtube-adblocker.blogspot.com/2022/05/privacy-policyoklaa-speedtest-for-google.html

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

Check the Internet, check the Internet speed in a few seconds using SpeedTest, Wifi tester:
 Accurate speed test results
Control network stability with SpeedTest
 Effective speed safety test
 convenient interface of SpeedTest program
 Easy to use
 SpeedTest is a low-power, fast-loading program Google chrome extension.
Works on Google, chrome ,Bing, MICROSOFT EDGE , etc...  all the platforms.

Note: This extension is not developed and maintained by Google. It is not related to the Google LLC in any manner.                    

扩展基本信息

名称 Speedtest Google (for chrome) Speedtest Google (for chrome)
ID lehkjkiamkllgoeapaekldipihookllo
官方URL https://chrome.google.com/webstore/detail/speedtest-google-for-chro/lehkjkiamkllgoeapaekldipihookllo
简介 OOKLA SPEEDTEST: BEST FREE SPEEDTEST
文件大小 44.97 KB
安装次数 236
当前版本 3.164
更新时间 2022-10-22
上架时间 2022-06-14
评分 5.00/5 共3次评分
开发者 Grey corporation
电子邮箱 [email protected]
隐私政策页面URL https://youtube-adblocker.blogspot.com/2022/05/privacy-policyoklaa-speedtest-for-google.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speedtest Google (for chrome)",
    "description": "OOKLA SPEEDTEST: BEST FREE SPEEDTEST",
    "version": "3.164",
    "icons": {
        "16": "OKLA16.png",
        "48": "OKLA48.png",
        "128": "OKLA128.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "speedtest.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}