GDUF Auto-Login

GDUF Auto-Login

Instantly Login GDUF network without a single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.3.4",
  "manifest_version": 2,
  "default_locale": "zh",
  "icons": {
    "500": "icon500x500.png"
  },
  "background": {
    "scripts": [
      "background_scripts/background.js",
      "background_scripts/backgroundPortalDetection.js"
    ],
    "persistent": false
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ],
  "optional_permissions": [
    "background",
    "http://developers.google.cn/generate_204",
    "http://g.cn/generate_204",
    "http://edge.microsoft.com/captiveportal/generate_204"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "chrome_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://10.69.69.72/portal.do*",
        "http://10.69.69.72/portalLogout.do*",
        "http://10.69.69.72/portal/usertemp_computer/guangjin-pc-v*/logout.html*"
      ],
      "run_at": "document_idle",
      "js": [
        "content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}