Speedtest Google (for chrome)

OOKLA SPEEDTEST: BEST FREE SPEEDTEST

Speedtest Google (for chrome) là gì?

Speedtest Google (for chrome) là một tiện ích mở rộng Chrome được phát triển bởi Grey corporation, và tính năng chính của nó là "OOKLA SPEEDTEST: BEST FREE SPEEDTEST".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speedtest Google (for chrome)

Tải xuống các tệp mở rộng Speedtest Google (for chrome) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speedtest Google (for chrome) Speedtest Google (for chrome)
ID lehkjkiamkllgoeapaekldipihookllo
URL Chính Thức https://chrome.google.com/webstore/detail/speedtest-google-for-chro/lehkjkiamkllgoeapaekldipihookllo
Mô tả OOKLA SPEEDTEST: BEST FREE SPEEDTEST
Kích Thước Tệp 44.97 KB
Số Lần Cài Đặt 236
Phiên Bản Hiện Tại 3.164
Cập Nhật Lần Cuối 2022-10-22
Ngày Phát Hành 2022-06-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Grey corporation
Email [email protected]
URL Trang Chính Sách Bảo Mật https://youtube-adblocker.blogspot.com/2022/05/privacy-policyoklaa-speedtest-for-google.html
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}