Speedtest by Ookla
Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.
Speedtest by Ookla là gì?
Speedtest by Ookla là một tiện ích mở rộng Chrome được phát triển bởi https://speedtest.net, và tính năng chính của nó là "Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Speedtest by Ookla
Tải xuống các tệp mở rộng Speedtest by Ookla 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Speedtest by Ookla |
ID | pgjjikdiikihdfpoppgaidccahalehjh |
URL Chính Thức | https://chromewebstore.google.com/detail/speedtest-by-ookla/pgjjikdiikihdfpoppgaidccahalehjh |
Mô tả | Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption. |
Kích Thước Tệp | 3.47 MB |
Số Lần Cài Đặt | 2,772,683 |
Phiên Bản Hiện Tại | 1.0.9.11 |
Cập Nhật Lần Cuối | 2023-06-15 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 4.41/5 Tổng số 2967 Đánh Giá |
Nhà Phát Triển | https://speedtest.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.speedtest.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |