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
官方網址 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"
            ]
        }
    ]
}