Speedtest by Ookla
Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.
Speedtest by Ooklaคืออะไร?
Speedtest by Ookla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speedtest.net และคุณลักษณะหลักของมันคือ "Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speedtest by Ookla
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | pgjjikdiikihdfpoppgaidccahalehjh |
URL อย่างเป็นทางการ | 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" } ] } |