AutoCaptcha for VTOP beta

AutoCaptcha for VTOP beta

- Autofills the captcha for you at VIT Student & Parent Login (https://vtopbeta.vit.ac.in/vtop, https://vtopbeta.vit.ac.in/vtop/parentLogin) & the Payment Portal *Updated for the latest Captcha* *Works on Refreshing Captcha*

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AutoCaptcha for VTOP beta",
  "version": "0.1.9resigned1",
  "author": "Abhishek Kankani",
  "description": "Autofills captcha in VIT Academics Page (vtopbeta.vit.ac.in)",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://vtopbeta.vit.ac.in/vtop/",
        "*://vtopbeta.vit.ac.in/vtop/parentLogin",
        "*://vtopbeta.vit.ac.in/vtop/processLogin"
      ],
      "js": [
        "jquery.min.js",
        "captcha.js"
      ]
    },
    {
      "matches": [
        "*://vtop2.vit.ac.in/*"
      ],
      "js": [
        "captcha2.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "*://vtopbeta.vit.ac.in/vtop/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ab4e2ae-e5b1-4d55-8e79-2d089c1aad2e}"
    }
  }
}