Speedtest by Ookla
Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.
Speedtest by Ookla란 무엇입니까?
Speedtest by Ookla은(는) https://speedtest.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption."입니다.
확장 프로그램 스크린샷
Speedtest by Ookla 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |