nthu_decaptcha
Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Co to jest nthu_decaptcha?
nthu_decaptcha to rozszerzenie Chrome opracowane przez 0w1, a jego główną funkcją jest „Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nthu_decaptcha
Pobierz pliki rozszerzeń nthu_decaptcha w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Uses simple traditional algorithm to extract the digits. So far we haven't found any case that fails the program. Should you find one, please send a copy of the image to us and we will work on improving it. ***Edit (Jun 9, 2019): This product is broken temporarily, due to some modification of the captcha generating algorithm.*** Source code: https://github.com/b0w1d/nthu_decaptcha
Podstawowe informacje o rozszerzeniu
Nazwa | nthu_decaptcha |
ID | bncfgoachcelcbeblmacaonaklplpbin |
Oficjalny URL | https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin |
Opis | Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE |
Rozmiar pliku | 4.67 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-07-21 |
Data Publikacji | 2019-07-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | 0w1 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://leporidae.ml/v2/policy.html |
Obsługiwane Języki | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nthu_decaptcha", "version": "1.1", "description": "Automatically fills the captcha field in ccxp.nthu.edu.tw\/ccxp\/INQUIRE", "content_scripts": [ { "matches": [ "*:\/\/www.ccxp.nthu.edu.tw\/ccxp\/*" ], "js": [ "decaptcha.js" ] } ] } |