BLC Auto Login

BLC Auto Login

Automatically log in to the BLC website without manually entering your username and password.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "BLC Auto Login",
  "description": "Automatically log in to the BLC website without manually entering your username and password.",
  "version": "1.1",
  "manifest_version": 3,
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "32": "src/assets/icons/icon32.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader.959e2ac2.js"
      ],
      "matches": [
        "https://elearn.daffodilvarsity.edu.bd/*"
      ]
    }
  ],
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": false
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "src/assets/icons/icon16.png",
      "32": "src/assets/icons/icon32.png",
      "48": "src/assets/icons/icon48.png",
      "128": "src/assets/icons/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://elearn.daffodilvarsity.edu.bd/*"
      ],
      "resources": [
        "assets/helper.080e2902.js",
        "assets/index.ts.d73e006b.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}