CAPTCHACoins Solver

CAPTCHACoins reCaptcha and image CAPTCHA solver.

CAPTCHACoins Solver là gì?

CAPTCHACoins Solver là một tiện ích mở rộng Chrome được phát triển bởi https://captchacoins.com, và tính năng chính của nó là "CAPTCHACoins reCaptcha and image CAPTCHA solver.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CAPTCHACoins Solver

Tải xuống các tệp mở rộng CAPTCHACoins Solver 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

                        This 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.

HOW TO USE:

- Set the CAPTCHA image by right clicking on the CAPTCHA image as seen within the website page.

- Set the CAPTCHA answer too by right clicking on the CAPTCHA answer form field as seen within the website page.

- Once done the extension will automatically start solving.

API KEY:

To get an API key, register a free account at http://captchacoins.com and top-up your account with a minimum of $5 USD to start solving.

BASE PRICE RATE:

- $1 per 1000 reCAPTCHAs
- $0.5 per 1000 Image CAPTCHAs
- $0.7 per 1000 Audio CAPTCHAs                    

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

Tên CAPTCHACoins Solver CAPTCHACoins Solver
ID mjcdopeekcpoenakhcldacjledfhikef
URL Chính Thức https://chromewebstore.google.com/detail/captchacoins-solver/mjcdopeekcpoenakhcldacjledfhikef
Mô tả CAPTCHACoins reCaptcha and image CAPTCHA solver.
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2023-06-22
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://captchacoins.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://captchacoins.com
URL Trang Trợ Giúp http://captchacoins.com/support/
URL Trang Chính Sách Bảo Mật http://captchacoins.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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": "CAPTCHACoins CAPTCHA Solver"
    },
    "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": "CAPTCHACoins reCaptcha and image CAPTCHA solver.",
    "homepage_url": "http:\/\/captchacoins.com",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "CAPTCHACoins Solver",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}