Autofill AIMS captcha
Autofill Captcha
Hvad er Autofill AIMS captcha?
Autofill AIMS captcha er en Chrome-udvidelse udviklet af Utility web apps, og dens hovedfunktion er "Autofill Captcha".
Udvidelsesskærmbilleder
Download Autofill AIMS captcha-udvidelses-CRX-fil
Download Autofill AIMS captcha-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Autofill AIMS captcha |
ID | onmfdadeadadifdjdogcojhohodljdlc |
Officiel URL | https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc |
Beskrivelse | Autofill Captcha |
Filstørrelse | 57.42 KB |
Antal Installationer | 638 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2022-10-22 |
Udgivelsesdato | 2022-08-24 |
Bedømmelse | 4.71/5 Samlet 14 Bedømmelser |
Udvikler | Utility web apps |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |