Autofill AIMS captcha
Autofill Captcha
Apa itu Autofill AIMS captcha?
Autofill AIMS captcha adalah ekstensi Chrome yang dikembangkan oleh Utility web apps, dan fitur utamanya adalah "Autofill Captcha".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autofill AIMS captcha
Unduh file ekstensi Autofill AIMS captcha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Autofill AIMS captcha |
ID | onmfdadeadadifdjdogcojhohodljdlc |
URL Resmi | https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc |
Deskripsi | Autofill Captcha |
Ukuran File | 57.42 KB |
Jumlah Instalasi | 638 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2022-10-22 |
Tanggal Publikasi | 2022-08-24 |
Penilaian | 4.71/5 Total 14 Penilaian |
Pengembang | Utility web apps |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |