网速管家Speedtest
在工具栏中测试Wi-Fi和宽带网速,以及检测当前浏览网页打开速度
网速管家Speedtestคืออะไร?
网速管家Speedtest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.speedtest.cn และคุณลักษณะหลักของมันคือ "在工具栏中测试Wi-Fi和宽带网速,以及检测当前浏览网页打开速度"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 网速管家Speedtest
ดาวน์โหลดไฟล์ส่วนขยาย 网速管家Speedtest ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        在工具栏中测网速,30秒一键检测当前网络质量以及当前访问网页打开速度
——特色功能——
【一键测速】一键测试宽带、Wi-Fi网速,提供下载速度、上传速度、延时、丢包、抖动、上传消耗流量、下载消耗流量等数据;
【网页打开速度】测试当前访问页面加载速度;
【宽带提速】上传宽带最高提升至50M,下载宽带最高提升至700M;
【无广告】纯净无广告                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | dhpcmcfmnfigflellhlmooepecahjcfb | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E7%BD%91%E9%80%9F%E7%AE%A1%E5%AE%B6speedtest/dhpcmcfmnfigflellhlmooepecahjcfb | 
| คำอธิบาย | 在工具栏中测试Wi-Fi和宽带网速,以及检测当前浏览网页打开速度 | 
| ขนาดไฟล์ | 415 KB | 
| จำนวนการติดตั้ง | 10,000 | 
| เวอร์ชันปัจจุบัน | 1.1.1 | 
| อัปเดตครั้งล่าสุด | 2024-02-01 | 
| วันที่เผยแพร่ | 2021-08-31 | 
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน | 
| ผู้พัฒนา | https://www.speedtest.cn | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://www.speedtest.cn | 
| URL หน้านโยบายความเป็นส่วนตัว | https://www.speedtest.cn/privacy | 
| ภาษาที่รองรับ | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7f51\u901f\u7ba1\u5bb6Speedtest",
    "description": "\u5728\u5de5\u5177\u680f\u4e2d\u6d4b\u8bd5Wi-Fi\u548c\u5bbd\u5e26\u7f51\u901f\uff0c\u4ee5\u53ca\u68c0\u6d4b\u5f53\u524d\u6d4f\u89c8\u7f51\u9875\u6253\u5f00\u901f\u5ea6",
    "version": "1.1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png"
    },
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "geolocation"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/file2.speedtest.cn https:\/\/map.speedtest.cn https:\/\/webapi.amap.com 'unsafe-eval'; object-src 'self'"
}  |  |