AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

Что такое AIO ReCaptcha Solver?

AIO ReCaptcha Solver - это расширение Chrome, разработанное AIO SEO SERVICES, и его основная функция - "Verify Google ReCaptcha V2 automatically with solving services".

Скачать файл CRX расширения AIO ReCaptcha Solver

Скачайте файлы расширений AIO ReCaptcha Solver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Added AIOSEOSERVICES.com                    

Основная информация о расширении

Название AIO ReCaptcha Solver AIO ReCaptcha Solver
ID hpkcfaaghbgejgmajgebpfbnehaidand
Официальный URL https://chrome.google.com/webstore/detail/aio-recaptcha-solver/hpkcfaaghbgejgmajgebpfbnehaidand
Описание Verify Google ReCaptcha V2 automatically with solving services
Размер файла 128 KB
Количество установок 89
Текущая Версия 3.1
Последнее Обновление 2018-08-16
Дата публикации 2018-08-16
Рейтинг 1.00/5 Всего 1 оценок
Разработчик AIO SEO SERVICES
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "browser_action": {
        "chrome_style": true,
        "default_icon": {
            "16": "icons\/icon_default.png"
        },
        "default_popup": "options\/main.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Verify Google ReCaptcha V2 automatically with  solving services",
    "icons": {
        "48": "icons\/icon_default.png"
    },
    "manifest_version": 2,
    "name": "AIO ReCaptcha Solver",
    "options_ui": {
        "chrome_style": true,
        "page": "options\/main.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/v2.aioseoservice.com\/*",
        "https:\/\/2captcha.com\/*",
        "http:\/\/imagetyperz.com\/*",
        "https:\/\/imagetyperz.com\/*",
        "http:\/\/captchatypers.com\/*",
        "https:\/\/api.anti-captcha.com\/createTask\/",
        "https:\/\/api.anti-captcha.com\/getTaskResult\/",
        "https:\/\/api.solverecaptcha.com\/",
        "https:\/\/api.captchadecoder.com\/decode"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1",
    "web_accessible_resources": [
        "icons\/icon.png",
        "icons\/check.png"
    ]
}