Entrar Autocaptcha

Auto-fill for Entrar's addition captcha (no longer functional)

What is Entrar Autocaptcha?

Entrar Autocaptcha is a Chrome extension developed by kronsuki, and its main feature is "Auto-fill for Entrar's addition captcha (no longer functional)".

Extension Screenshots

screenshot
screenshot

Download Entrar Autocaptcha Extension CRX File

Download Entrar Autocaptcha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of the addition captcha on Entrar's login page? Let Entrar Autocaptcha do it for you!

Save that tiny bit of your brain power                    

Extension Basic Information

Name Entrar Autocaptcha Entrar Autocaptcha
ID caoefpchbpjbdjldniglnahcikolihbm
Official URL https://chromewebstore.google.com/detail/entrar-autocaptcha/caoefpchbpjbdjldniglnahcikolihbm
Description Auto-fill for Entrar's addition captcha (no longer functional)
File Size 3.43 KB
Installation Count 79
Current Version 2
Last Updated 2022-08-01
Publish Date 2021-09-04
Developer kronsuki
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Entrar Autocaptcha",
    "description": "Auto-fill for Entrar's addition captcha (no longer functional)",
    "version": "2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/entrar.in\/login\/*"
            ],
            "js": [
                "captchaSolver.js"
            ],
            "run_at": "document_end"
        }
    ]
}