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'est-ce que Internet Connection Monitor ?

Internet Connection Monitor est une extension Chrome développée par https://internetmon.org, et sa fonction principale est "Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Internet Connection Monitor

Téléchargez les fichiers d'extension Internet Connection Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Internet Connection Monitor Internet Connection Monitor
ID hgccfdagfbilbdbkgmfdmmdfmjjoakfo
URL Officiel https://chromewebstore.google.com/detail/internet-connection-monit/hgccfdagfbilbdbkgmfdmmdfmjjoakfo
Description Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)
Taille du Fichier 1.43 MB
Nombre d'Installations 146,485
Version Actuelle 5.1.0
Dernière Mise à Jour 2024-01-24
Date de Publication 2020-06-16
Évaluation 4.45/5 Total 141 Évaluations
Développeur https://internetmon.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://internetmon.org
URL de la Page d'Aide https://github.com/InternetConnectionMonitor/icm-public/issues
URL de la Page de Politique de Confidentialité https://internetmon.org/privacy-policy.html
Langues Prises en Charge 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"
    }
}