Auto CAPTCHA Solver: CAPTCHAs.IO Extension

Auto CAPTCHA Solver: CAPTCHAs.IO Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.

Auto CAPTCHA Solver: CAPTCHAs.IO Extension란 무엇입니까?

Auto CAPTCHA Solver: CAPTCHAs.IO Extension은(는) https://captchas.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto CAPTCHA Solver: CAPTCHAs.IO Extension plugin allows you to automatically solve CAPTCHAs found on any webpage."입니다.

확장 프로그램 스크린샷

Auto CAPTCHA Solver: CAPTCHAs.IO Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One of the most stable and fastest captcha solver service online. Solves reCAPTCHA and normal image captchas as well as hCAPTCHAs.

CAPTCHAs.IO is the fastest and most stable captcha solving service API provider in the Internet.

Now with the Chrome browser they wish to expand their service by this extension.

How it works?

The extension will automatically detect captchas with in the page but you will have to select the correct CAPTCHA IMAGE and the correct CAPTCHA FIELD then REFRESH the browser for the service to solve the captcha automatically.

That's how easy it is...

For reCAPTCHA just install this extension and your reCAPTCHAs will be automatically be solved fast!

For hCAPTCHAs, the same with reCAPTCHAs. Extension will automatically locate the CAPTCHA and solve it.

There are free trials for this extension. You have to purchase a subscription at https://captchas.io to have access to your API and use in the extension after installation.

Try CAPTCHAs.IO solver extension for only $5.00 USD good for one whole day (24 hours) use. 

To subscribe see https://captchas.io/?p=T1

God bless!                    

확장 프로그램 기본 정보

이름 Auto CAPTCHA Solver: CAPTCHAs.IO Extension Auto CAPTCHA Solver: CAPTCHAs.IO Extension
ID akmajmemkohkcmgcnbeeifciiahhfiid
공식 URL https://chromewebstore.google.com/detail/auto-captcha-solver-captc/akmajmemkohkcmgcnbeeifciiahhfiid
설명 Auto CAPTCHA Solver: CAPTCHAs.IO Extension plugin allows you to automatically solve CAPTCHAs found on any webpage.
파일 크기 144 KB
설치 횟수 12,284
현재 버전 5.0.6
최근 업데이트 2024-01-31
출시 날짜 2020-05-12
평점 1.44/5 총 18 개의 평점
개발자 https://captchas.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://captchas.io
도움말 페이지 URL https://captchas.io/support/
개인정보 보호 정책 페이지 URL https://captchas.io/privacy-policy
지원되는 언어 en,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png",
            "32": "assets\/images\/icon_32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Auto CAPTCHA Solver: CAPTCHAs.IO Extension"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/style.css"
            ],
            "js": [
                "vendor\/jquery\/3.5.1\/jquery.min.js",
                "common\/config.js",
                "content\/core_helpers.js",
                "content\/script.js",
                "content\/captcha\/geetest\/processor.js",
                "content\/captcha\/geetest_v4\/processor.js",
                "content\/captcha\/hcaptcha\/processor.js",
                "content\/captcha\/keycaptcha\/processor.js",
                "content\/captcha\/recaptcha\/processor.js",
                "content\/captcha\/arkoselabs\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js",
                "content\/captcha\/lemin\/processor.js",
                "content\/captcha\/yandex\/processor.js",
                "content\/captcha\/yandex\/hunter.js",
                "content\/captcha\/capy\/processor.js",
                "content\/captcha\/capy\/hunter.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/captchas.io\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.6",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}