Autofill AIMS captcha

Autofill Captcha

Что такое Autofill AIMS captcha?

Autofill AIMS captcha - это расширение Chrome, разработанное Utility web apps, и его основная функция - "Autofill Captcha".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Autofill AIMS captcha

Скачайте файлы расширений Autofill AIMS captcha в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Autofill AIMS captcha Autofill AIMS captcha
ID onmfdadeadadifdjdogcojhohodljdlc
Официальный URL https://chromewebstore.google.com/detail/autofill-aims-captcha/onmfdadeadadifdjdogcojhohodljdlc
Описание Autofill Captcha
Размер файла 57.42 KB
Количество установок 638
Текущая Версия 0.1.3
Последнее Обновление 2022-10-22
Дата публикации 2022-08-24
Рейтинг 4.71/5 Всего 14 оценок
Разработчик Utility web apps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}