Internet Connection Monitor

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

O que é Internet Connection Monitor?

Internet Connection Monitor é uma extensão do Chrome desenvolvida por https://internetmon.org, e sua principal característica é "Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Internet Connection Monitor

Baixe arquivos de extensão Internet Connection Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Internet Connection Monitor Internet Connection Monitor
ID hgccfdagfbilbdbkgmfdmmdfmjjoakfo
URL Oficial https://chromewebstore.google.com/detail/internet-connection-monit/hgccfdagfbilbdbkgmfdmmdfmjjoakfo
Descrição Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)
Tamanho do Arquivo 1.43 MB
Contagem de Instalações 146,485
Versão Atual 5.1.0
Última Atualização 2024-01-24
Data de Publicação 2020-06-16
Classificação 4.45/5 Total de 141 Avaliações
Desenvolvedor https://internetmon.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://internetmon.org
URL da Página de Ajuda https://github.com/InternetConnectionMonitor/icm-public/issues
URL da Página de Política de Privacidade https://internetmon.org/privacy-policy.html
Idiomas Suportados 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"
    }
}