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
电子邮箱 [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"
            ]
        }
    ]
}