Autofill AIMS captcha
Autofill Captcha
Wat is Autofill AIMS captcha?
Autofill AIMS captcha is een Chrome-extensie ontwikkeld door Utility web apps, en de belangrijkste functie is "Autofill Captcha".
Extensie Screenshots
Download het CRX-bestand van de extensie Autofill AIMS captcha
Download Autofill AIMS captcha-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Autofill AIMS captcha |
ID | onmfdadeadadifdjdogcojhohodljdlc |
Officiële URL | https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc |
Beschrijving | Autofill Captcha |
Bestandsgrootte | 57.42 KB |
Aantal Installaties | 638 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2022-10-22 |
Publicatiedatum | 2022-08-24 |
Beoordeling | 4.71/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Utility web apps |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |