192.168.1.254 - Router Login Admin

192.168.1.254 - Router Login Admin

Use 192.168.|.254 to access the control panel of your Telmex, BT, PlusNet, AT&T, etc. router and change the router's settings.

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.1.254 - Router Login Admin",
  "description": "Use 192.168.|.254 to access the control panel of your Telmex, BT, PlusNet, AT&T, etc. router and change the router's settings.",
  "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.l.254"
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}