Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Что такое Joshi Koukousei Captcha Service?

Joshi Koukousei Captcha Service - это расширение Chrome, разработанное anonrequesy456, и его основная функция - "The captcha solver made by and for japanese high school girls".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Joshi Koukousei Captcha Service

Скачайте файлы расширений Joshi Koukousei Captcha Service в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Changes: Uses new model to solve the newer captcha with black spots (unknown performance thoughever)

Tired of solving captchas all day? Don't want carpal tunnel syndrome young? Have dyslexia? Legally blind?
Then Joshi Koukousei's Captcha Service is here for you!

Using a small machine learning model, JKCS saves you time by solving 4chan captchas for you!

Ported from userscript to wasm webextension by Araragi-san. New model by Yukariin.                    

Основная информация о расширении

Название Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
Официальный URL https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Описание The captcha solver made by and for japanese high school girls
Размер файла 2.88 MB
Количество установок 1,000
Текущая Версия 0.60
Последнее Обновление 2023-12-26
Дата публикации 2022-08-10
Рейтинг 4.33/5 Всего 15 оценок
Разработчик anonrequesy456
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://git.coom.tech/araragi/jkcs
URL страницы помощи https://git.coom.tech/araragi/jkcs
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Joshi Koukousei Captcha Service",
    "description": "The captcha solver made by and for japanese high school girls",
    "version": "0.60",
    "icons": {
        "64": "1449696017588.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.js",
                "*.json",
                "*.bin",
                "*.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.4chan.org\/*",
                "https:\/\/*.4channel.org\/*",
                "https:\/\/sys.4chan.org\/*"
            ],
            "css": [],
            "run_at": "document_end",
            "js": [
                "dist\/main.js"
            ]
        }
    ]
}