AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

O que é AIO ReCaptcha Solver?

AIO ReCaptcha Solver é uma extensão do Chrome desenvolvida por AIO SEO SERVICES, e sua principal característica é "Verify Google ReCaptcha V2 automatically with solving services".

Baixar o arquivo CRX da Extensão AIO ReCaptcha Solver

Baixe arquivos de extensão AIO ReCaptcha Solver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Added AIOSEOSERVICES.com                    

Informações Básicas da Extensão

Nome AIO ReCaptcha Solver AIO ReCaptcha Solver
ID hpkcfaaghbgejgmajgebpfbnehaidand
URL Oficial https://chrome.google.com/webstore/detail/aio-recaptcha-solver/hpkcfaaghbgejgmajgebpfbnehaidand
Descrição Verify Google ReCaptcha V2 automatically with solving services
Tamanho do Arquivo 128 KB
Contagem de Instalações 89
Versão Atual 3.1
Última Atualização 2018-08-16
Data de Publicação 2018-08-16
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor AIO SEO SERVICES
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}