nthu_decaptcha
Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Что такое nthu_decaptcha?
nthu_decaptcha - это расширение Chrome, разработанное 0w1, и его основная функция - "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".
Снимки экрана расширения
Скачать файл CRX расширения nthu_decaptcha
Скачайте файлы расширений nthu_decaptcha в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | nthu_decaptcha |
ID | bncfgoachcelcbeblmacaonaklplpbin |
Официальный URL | https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin |
Описание | Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE |
Размер файла | 4.67 KB |
Количество установок | 145 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-07-21 |
Дата публикации | 2019-07-21 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | 0w1 |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://leporidae.ml/v2/policy.html |
Поддерживаемые языки | 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" ] } ] } |