Autofill AIMS captcha
Autofill Captcha
Qu'est-ce que Autofill AIMS captcha ?
Autofill AIMS captcha est une extension Chrome développée par Utility web apps, et sa fonction principale est "Autofill Captcha".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Autofill AIMS captcha
Téléchargez les fichiers d'extension Autofill AIMS captcha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Autofill AIMS captcha |
ID | onmfdadeadadifdjdogcojhohodljdlc |
URL Officiel | https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc |
Description | Autofill Captcha |
Taille du Fichier | 57.42 KB |
Nombre d'Installations | 638 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2022-10-22 |
Date de Publication | 2022-08-24 |
Évaluation | 4.71/5 Total 14 Évaluations |
Développeur | Utility web apps |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |