Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Joshi Koukousei Captcha Service란 무엇입니까?

Joshi Koukousei Captcha Service은(는) anonrequesy456에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The captcha solver made by and for japanese high school girls"입니다.

확장 프로그램 스크린샷

screenshot

Joshi Koukousei Captcha Service 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}