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"입니다.
확장 프로그램 스크린샷
Speedtest Google (for chrome) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
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 |
이메일 | [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:\/\/*\/*" ] } |