Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Joshi Koukousei Captcha Service là gì?

Joshi Koukousei Captcha Service là một tiện ích mở rộng Chrome được phát triển bởi anonrequesy456, và tính năng chính của nó là "The captcha solver made by and for japanese high school girls".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Joshi Koukousei Captcha Service

Tải xuống các tệp mở rộng Joshi Koukousei Captcha Service dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
URL Chính Thức https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Mô tả The captcha solver made by and for japanese high school girls
Kích Thước Tệp 2.88 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.60
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2022-08-10
Đánh Giá 4.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển anonrequesy456
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://git.coom.tech/araragi/jkcs
URL Trang Trợ Giúp https://git.coom.tech/araragi/jkcs
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}