Autofill AIMS captcha

Autofill Captcha

Was ist Autofill AIMS captcha?

Autofill AIMS captcha ist eine Chrome-Erweiterung, die von Utility web apps entwickelt wurde, und ihr Hauptmerkmal ist "Autofill Captcha".

Erweiterungsscreenshots

screenshot
screenshot

Autofill AIMS captcha-Erweiterungs-CRX-Datei herunterladen

Laden Sie Autofill AIMS captcha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Autofill AIMS captcha Autofill AIMS captcha
ID onmfdadeadadifdjdogcojhohodljdlc
Offizielle URL https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc
Beschreibung Autofill Captcha
Dateigröße 57.42 KB
Installationsanzahl 638
Aktuelle Version 0.1.3
Letztes Update 2022-10-22
Veröffentlichungsdatum 2022-08-24
Bewertung 4.71/5 Insgesamt 14 Bewertungen
Entwickler Utility web apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}