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 |
官方網址 | 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\/*" ] } |