Internet Connection Monitor

Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)

Internet Connection Monitor란 무엇입니까?

Internet Connection Monitor은(는) https://internetmon.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Internet Connection Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        📡 Internet Connection Monitor aka ICM for Google Chrome

🎯 ICM IS THE BEST FOR
⭐️ Recording and analyzing outages of Internet connection
⭐️ Verifying ISP/provider issues
⭐️ Verifying some hardware issues

💻 FEATURES
✅ Precise connectivity test with configurable testing interval
✅ Latency measurement
✅ Detect when Internet doesn't work over operating Wi-Fi or Ethernet
✅ Disconnects, availability and downtime stats
✅ Play sound when connection goes online or offline
✅ Events log with CSV export
✅ Realtime connectivity and latency monitoring
✅ Light and dark themes support

🚀 NEW IN ICM v5
➕ Realtime connectivity and latency monitoring
➕ Main popup opens up faster
➕ A couple of bugs fixed
➕ UI is like it was designed by Jony Ive

👓 FAQ 🌎 https://internetmon.org/#faq
Q: Where is the extension icon?
A: At some point Google Chrome changed the way extensions are displayed. You need to click on the puzzle icon to the right of the address bar and then pin Internet Connection Monitor

Q: What exactly can be monitored?
A: The extension monitors the Internet connection and reports 3 statuses:
  🟢 Online: LAN (Wi-Fi/Ethernet) connection is stable, Internet connected
  🟠 Connection issues: if Chrome itself cannot properly determine whether Internet connection is down while you're connected to LAN (Wi-Fi/Ethernet) - this status will popup. Most likely, your LAN (Wi-Fi/Ethernet) is connected, but there is no Internet connection behind it. In most cases, it is ISP/provider issue
  🔴 Offline: LAN (Wi-Fi/Ethernet) is down, no Internet

Q: How does the extension test the connectivity?
A: The extension uses a combination of Chrome internal API and pinging Google servers via https (port 443). It does not expose any open ports or something else that could compromise user's security

Q: What is the testing interval?
A: How frequently to ping Google servers to determine the status of Internet connection. The option is configurable: check very 1, 2, 3 or 5 seconds

Q: Does this extension have access to my browsing history, etc?
A: It does NOT. Moreover, it does not require any special access at all (you can notice that other extensions ask you to give them some permissions during the installation process)

Q: Can this extension measure Internet speed?
A: It cannot. Please, use Speedtest by Ookla 🌎 https://chrome.google.com/webstore/detail/speedtest-by-ookla/pgjjikdiikihdfpoppgaidccahalehjh?hl=en

Q: Will it work if Chrome is closed?
A: Not, it will not. You need to have a Chrome window open to track your connection log. It's relatively easy to add Chrome to autostart on Windows, Mac or Linux

Q: Will it work if computer is in sleep?
A: Yes, it should work, but the mechanism of tracking the disconnects while the computer is in sleep has not been thoroughly tested. Macs, for example, wake up every couple minutes and ICM checks the connection. But do not rely on precise measurement during the computer sleep, keep the computer running. Alternatively, use Realtime monitor feature inside ICM to check what's going on. Access it via main extension popup

Q: Can you use it on Microsoft EDGE, Brave or Chromium?
A: Yes, you can. It works on all Chromium-based browsers

Q: Is there a Firefox extension?
A: Currently, only Google Chrome and Microsoft EDGE are supported. There is a feature request 🌎 https://bit.ly/icm-firefox to implement the Firefox version. Vote for it if you want to speed up the development

Q: Can you give an advice on how to improve Internet connection overall?
A: Read the article about the 3 primary reasons of Internet connection issues 🌎 https://bit.ly/icm-improve-conn

✨ Icons by svgrepo.com
📩 Contact and support: [email protected]                    

확장 프로그램 기본 정보

이름 Internet Connection Monitor Internet Connection Monitor
ID hgccfdagfbilbdbkgmfdmmdfmjjoakfo
공식 URL https://chromewebstore.google.com/detail/internet-connection-monit/hgccfdagfbilbdbkgmfdmmdfmjjoakfo
설명 Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)
파일 크기 1.43 MB
설치 횟수 146,485
현재 버전 5.1.0
최근 업데이트 2024-01-24
출시 날짜 2020-06-16
평점 4.45/5 총 141 개의 평점
개발자 https://internetmon.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://internetmon.org
도움말 페이지 URL https://github.com/InternetConnectionMonitor/icm-public/issues
개인정보 보호 정책 페이지 URL https://internetmon.org/privacy-policy.html
지원되는 언어 de,en,es,pt-BR,pt-PT,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_internet_connection_monitor__",
    "description": "__MSG_internet_connection_monitor_description__",
    "short_name": "Internet Monitoring",
    "version": "5.1.0",
    "author": "dmishh",
    "offline_enabled": true,
    "icons": {
        "16": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "permissions": [
        "offscreen",
        "storage",
        "unlimitedStorage"
    ],
    "minimum_chrome_version": "116",
    "background": {
        "service_worker": "service_worker.min.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "images\/default\/online.png",
            "38": "images\/default\/[email protected]"
        },
        "default_title": "__MSG_internet_connection_monitor__",
        "default_popup": "popup.html"
    }
}