Captcha Solver: Auto Recognition and Bypass

2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.

Captcha Solver: Auto Recognition and Bypass란 무엇입니까?

Captcha Solver: Auto Recognition and Bypass은(는) https://sctg.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage."입니다.

확장 프로그램 스크린샷

screenshot

Captcha Solver: Auto Recognition and Bypass 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin helps to solve captchas on website pages. For a very small fee. For the test, the service charges 5 rubles. enough for 1000 recaptcha solutions.                    

확장 프로그램 기본 정보

이름 Captcha Solver: Auto Recognition and Bypass Captcha Solver: Auto Recognition and Bypass
ID fhncdffihkngkflmkjbhgnpcifeiihcg
공식 URL https://chromewebstore.google.com/detail/captcha-solver-auto-recog/fhncdffihkngkflmkjbhgnpcifeiihcg
설명 2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.
파일 크기 374 KB
설치 횟수 544
현재 버전 3.5.2
최근 업데이트 2024-01-20
출시 날짜 2023-04-16
평점 5.00/5 총 2 개의 평점
개발자 https://sctg.xyz
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://t.me/Xevil_check_bot
도움말 페이지 URL https://t.me/sergqwer2
지원되는 언어 en,es,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": "SCTG: Recognition and Bypass Captcha"
    },
    "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\/hcaptcha\/processor.js",
                "content\/captcha\/recaptcha\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "devtools_page": "devtools\/devtools.html",
    "homepage_url": "https:\/\/sctg.xyz\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}