RegChula Captcha Solver

Fill captcha for www2.reg.chula.ac.th automatically.

What is RegChula Captcha Solver?

RegChula Captcha Solver is a Chrome extension developed by Everett, and its main feature is "Fill captcha for www2.reg.chula.ac.th automatically.".

Extension Screenshots

screenshot

Download RegChula Captcha Solver Extension CRX File

Download RegChula Captcha Solver 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

                        กรอกรหัส 4 หลักในหน้าเข้าสู่ระบบลงทะเบียนเรียนของ RegChula ให้อัตโนมัติ                    

Extension Basic Information

Name RegChula Captcha Solver RegChula Captcha Solver
ID diegfijecnocdbbdieecjdcmdcdaopch
Official URL https://chromewebstore.google.com/detail/regchula-captcha-solver/diegfijecnocdbbdieecjdcmdcdaopch
Description Fill captcha for www2.reg.chula.ac.th automatically.
File Size 22.25 KB
Installation Count 454
Current Version 1.1
Last Updated 2018-12-03
Publish Date 2018-12-03
Rating 3.40/5 Total 5 Ratings
Developer Everett
Email [email protected]
Payment Type free
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RegChula Captcha Solver",
    "short_name": "regcu_capt",
    "version": "1.1",
    "description": "Fill captcha for www2.reg.chula.ac.th automatically.",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www2.reg.chula.ac.th\/servlet\/com.dtm.chula.reg.servlet.InitLogonServlet"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "regmatch.js"
            ]
        }
    ]
}