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
Eメール [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:\/\/*\/*"
    ]
}