Autofill AIMS captcha
Autofill Captcha
What is Autofill AIMS captcha?
Autofill AIMS captcha is a Chrome extension developed by Utility web apps, and its main feature is "Autofill Captcha".
Extension Screenshots
Download Autofill AIMS captcha Extension CRX File
Download Autofill AIMS captcha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension uses DOM manipulation and Machine Learning to guess and autofill AIMS captcha. User just needs to enter login details and the extension simply does the rest.
Extension Basic Information
Name | Autofill AIMS captcha |
ID | onmfdadeadadifdjdogcojhohodljdlc |
Official URL | https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc |
Description | Autofill Captcha |
File Size | 57.42 KB |
Installation Count | 638 |
Current Version | 0.1.3 |
Last Updated | 2022-10-22 |
Publish Date | 2022-08-24 |
Rating | 4.71/5 Total 14 Ratings |
Developer | Utility web apps |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autofill AIMS captcha", "version": "0.1.3", "manifest_version": 3, "description": "Autofill Captcha", "background": { "service_worker": "background.js" }, "action": { "default_title": "Click", "default_popup": ".\/popup.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/aims.iith.ac.in\/*" ] } |