Autofill AIMS captcha

Autofill Captcha

Autofill AIMS captchaとは何ですか?

Autofill AIMS captchaはUtility web appsによって開発されたChromeの拡張機能で、その主な機能は「Autofill Captcha」です。

拡張機能のスクリーンショット

screenshot
screenshot

Autofill AIMS captcha拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}