autoFill_v2_plus

__autoFill__v2__plus
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "autoFill_v2_plus",
  "version": "1.0.0",
  "description": "__autoFill__v2__plus",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "background": {},
  "content_scripts": [
    {
      "matches": [
        "http://10.194.253.52:8084/login/*",
        "http://10.194.253.52:8088/login/*",
        "http://132.97.177.188:8088/login/index"
      ],
      "js": [
        "scripts/jquery-3.3.1.min.js",
        "scripts/content-script.js"
      ],
      "css": [],
      "run_at": "document_start"
    }
  ],
  "permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/jquery-3.3.1.min.js",
        "scripts/config.js",
        "scripts/inject.js",
        "scripts/plus.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}