192.168.0.1 | Router Login Admin

192.168.0.1 | Router Login Admin

Very easy to log into the router using 192.168.0.1 for management and configuration.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "192.168.0.1 | Router Login Admin",
  "description": "Very easy to log into the router using 192.168.0.1 for management and configuration.",
  "version": "1.0.0",
  "action": {
    "default_title": "192.168.0.1"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icons/logo_16.png",
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkndbxUUt8Zgc0iztOPPHLN90++63nGIL5XuxkusT/S3saEoZYLfabm4Qva/kPGwG3Fv9+U5VLdKT/SE+dKsJz0GQivENlKKrSh6BjlbUaoT2h9gT+hqXKa/ogSN6csllP2s7RYKh1zjFV7jtelmMssTLwiFmbTdqJe+gCwWAdOhL7rAQJR75WwaNvHV66M076+vn4zzOchZhuw/cUFE6pkD97hcjHpgwEyyUkPP5qmOCBkQU0w3JiyHrnDIY1ipg3wtbcx5njOr5U0VWOKa+kZO8xPWpDCtIZKaUkNcEeAEGOSOuLO33HtNGZl4S7kjtOqLWNgkezoTPupP/YMoyawIDAQAB"
}