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ファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}