AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

Cos'è AIO ReCaptcha Solver?

AIO ReCaptcha Solver è un'estensione di Chrome sviluppata da AIO SEO SERVICES, e la sua funzione principale è "Verify Google ReCaptcha V2 automatically with solving services".

Scarica il file CRX dell'estensione AIO ReCaptcha Solver

Scarica i file di estensione AIO ReCaptcha Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Added AIOSEOSERVICES.com                    

Informazioni di Base sull'Estensione

Nome AIO ReCaptcha Solver AIO ReCaptcha Solver
ID hpkcfaaghbgejgmajgebpfbnehaidand
URL Ufficiale https://chrome.google.com/webstore/detail/aio-recaptcha-solver/hpkcfaaghbgejgmajgebpfbnehaidand
Descrizione Verify Google ReCaptcha V2 automatically with solving services
Dimensione del File 128 KB
Conteggio Installazioni 89
Versione Corrente 3.1
Ultimo Aggiornamento 2018-08-16
Data di Pubblicazione 2018-08-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore AIO SEO SERVICES
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}