Autofill AIMS captcha
Autofill Captcha
什么是Autofill AIMS captcha?
Autofill AIMS captcha是由Utility web apps开发的Chrome扩展程序,该扩展的主要功能是“Autofill Captcha”。
扩展截图
下载Autofill AIMS captcha扩展crx文件
下载Autofill AIMS captcha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Autofill AIMS captcha |
ID | onmfdadeadadifdjdogcojhohodljdlc |
官方URL | https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc |
简介 | Autofill Captcha |
文件大小 | 57.42 KB |
安装次数 | 638 |
当前版本 | 0.1.3 |
更新时间 | 2022-10-22 |
上架时间 | 2022-08-24 |
评分 | 4.71/5 共14次评分 |
开发者 | Utility web apps |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |