lpu-wifi-autopilot Firefox

Examine source code of lpu-wifi-autopilot

By: amrtx7 Add-on
Inspect and view changes in lpu-wifi-autopilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LPU WiFi Auto Login",
  "version": "2.0",
  "description": "Automatically logs into LPU WiFi portal.",
  "permissions": [
    "storage",
    "*://*.lpu.in/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "LPU WiFi Login"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lpu-autologin@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.lpu.in/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}

Best lpu-wifi-autopilot Alternatives

Here are some Firefox add-ons that are similar to lpu-wifi-autopilot: