Romancecompass client anticaptcha

This is romancecompass mailer improver

Romancecompass client anticaptcha란 무엇입니까?

Romancecompass client anticaptcha은(는) HelpChat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is romancecompass mailer improver"입니다.

확장 프로그램 스크린샷

screenshot

Romancecompass client anticaptcha 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Romancecompass mailer c автоматическим распознаванием captcha на клиентской стороне.

Вам необходимо создать аккаунт на anti-captcha.com, пройти регистрацию, перейти в раздел настройки, настройки api, далее скопировать Ключ учетной записи (пример ключа f4d8e8d8888bbfb7761b6c6a88a5f6d) и после нажатия кнопки пуск ввести api ключ                    

확장 프로그램 기본 정보

이름 Romancecompass client anticaptcha Romancecompass client anticaptcha
ID ilamjkmcmdmnfeaojepkpacfmahclppk
공식 URL https://chrome.google.com/webstore/detail/romancecompass-client-ant/ilamjkmcmdmnfeaojepkpacfmahclppk
설명 This is romancecompass mailer improver
파일 크기 118 KB
설치 횟수 182
현재 버전 2.2
최근 업데이트 2018-11-19
출시 날짜 2018-11-19
평점 2.00/5 총 4 개의 평점
개발자 HelpChat
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://help-chat.com.ua/faq/Privacy-Policy.html
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css.css"
            ],
            "js": [
                "jquery.js",
                "names.js",
                "include.js",
                "notification.js"
            ],
            "matches": [
                "http:\/\/romancecompass.com\/search\/results\/*",
                "https:\/\/romancecompass.com\/search\/results\/*",
                "*:\/\/*.anti-captcha.com\/*",
                "*:\/\/rucaptcha.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This is romancecompass mailer improver",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 2,
    "name": "Romancecompass client anticaptcha",
    "version": "2.2"
}