Internet Connection Monitor

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

¿Qué es Internet Connection Monitor?

Internet Connection Monitor es una extensión de Chrome desarrollada por https://internetmon.org, y su función principal es "Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Internet Connection Monitor

Descarga archivos de extensión Internet Connection Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        📡 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]                    

Información Básica de la Extensión

Nombre Internet Connection Monitor Internet Connection Monitor
ID hgccfdagfbilbdbkgmfdmmdfmjjoakfo
URL Oficial https://chromewebstore.google.com/detail/internet-connection-monit/hgccfdagfbilbdbkgmfdmmdfmjjoakfo
Descripción Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)
Tamaño del Archivo 1.43 MB
Cantidad de Instalaciones 146,485
Versión Actual 5.1.0
Última Actualización 2024-01-24
Fecha de Publicación 2020-06-16
Calificación 4.45/5 Total de 141 Calificaciones
Desarrollador https://internetmon.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://internetmon.org
URL de la Página de Ayuda https://github.com/InternetConnectionMonitor/icm-public/issues
URL de la Página de Política de Privacidad https://internetmon.org/privacy-policy.html
Idiomas Soportados 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"
    }
}