192.168.0.1 - Router Login Admin

192.168.0.1 - Router Login Admin

192.168.0.1 is a private IP address that is used to log in to a router's admin panel. Quickly get access by this extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "192.168.0.1 - Router Login Admin",
  "description": "192.168.0.1 is a private IP address that is used to log in to a router's admin panel. Quickly get access by this extension.",
  "offline_enabled": true,
  "icons": {
    "16": "icon/128.png",
    "32": "icon/128.png",
    "48": "icon/128.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/128.png",
      "32": "icon/128.png",
      "48": "icon/128.png",
      "128": "icon/128.png"
    },
    "default_title": "192.168.0.1"
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}