CTUET Captcha Autocomplete

Tự động điền captcha cho trang pdaotao.ctuet.edu.vn.

What is CTUET Captcha Autocomplete?

CTUET Captcha Autocomplete is a Chrome extension developed by tdtgit, and its main feature is "Tự động điền captcha cho trang pdaotao.ctuet.edu.vn.".

Extension Screenshots

screenshot

Download CTUET Captcha Autocomplete Extension CRX File

Download CTUET Captcha Autocomplete 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

                        Tự động điền captcha cho trang cho các website, không cần nhập tay ;)                    

Extension Basic Information

Name CTUET Captcha Autocomplete CTUET Captcha Autocomplete
ID lapkaclpcbaihabcljgoflmkhjochiji
Official URL https://chrome.google.com/webstore/detail/ctuet-captcha-autocomplet/lapkaclpcbaihabcljgoflmkhjochiji
Description Tự động điền captcha cho trang pdaotao.ctuet.edu.vn.
File Size 22.18 KB
Installation Count 106
Current Version 1.2
Last Updated 2018-10-23
Publish Date 2018-10-23
Rating 3.00/5 Total 2 Ratings
Developer tdtgit
Email [email protected]
Payment Type free
Extension Website https://github.com/tdtgit/CTUET-captcha-autocomplete
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CTUET Captcha Autocomplete",
    "description": "T\u1ef1 \u0111\u1ed9ng \u0111i\u1ec1n captcha cho trang pdaotao.ctuet.edu.vn.",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/pdaotao.ctuet.edu.vn\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pdaotao.ctuet.edu.vn\/*"
            ],
            "js": [
                "assets\/js\/captcha_autocomplete.js"
            ]
        }
    ]
}