RegChula Captcha Solver
Fill captcha for www2.reg.chula.ac.th automatically.
Cos'è RegChula Captcha Solver?
RegChula Captcha Solver è un'estensione di Chrome sviluppata da Everett, e la sua funzione principale è "Fill captcha for www2.reg.chula.ac.th automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RegChula Captcha Solver
Scarica i file di estensione RegChula Captcha Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
กรอกรหัส 4 หลักในหน้าเข้าสู่ระบบลงทะเบียนเรียนของ RegChula ให้อัตโนมัติ
Informazioni di Base sull'Estensione
Nome | RegChula Captcha Solver |
ID | diegfijecnocdbbdieecjdcmdcdaopch |
URL Ufficiale | https://chromewebstore.google.com/detail/regchula-captcha-solver/diegfijecnocdbbdieecjdcmdcdaopch |
Descrizione | Fill captcha for www2.reg.chula.ac.th automatically. |
Dimensione del File | 22.25 KB |
Conteggio Installazioni | 454 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-12-03 |
Data di Pubblicazione | 2018-12-03 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | Everett |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |