AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

Hvad er AIO ReCaptcha Solver?

AIO ReCaptcha Solver er en Chrome-udvidelse udviklet af AIO SEO SERVICES, og dens hovedfunktion er "Verify Google ReCaptcha V2 automatically with solving services".

Download AIO ReCaptcha Solver-udvidelses-CRX-fil

Download AIO ReCaptcha Solver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Added AIOSEOSERVICES.com                    

Grundlæggende oplysninger om udvidelsen

Navn AIO ReCaptcha Solver AIO ReCaptcha Solver
ID hpkcfaaghbgejgmajgebpfbnehaidand
Officiel URL https://chrome.google.com/webstore/detail/aio-recaptcha-solver/hpkcfaaghbgejgmajgebpfbnehaidand
Beskrivelse Verify Google ReCaptcha V2 automatically with solving services
Filstørrelse 128 KB
Antal Installationer 89
Nuværende Version 3.1
Senest Opdateret 2018-08-16
Udgivelsesdato 2018-08-16
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler AIO SEO SERVICES
Betalingsmetode free
Understøttede Sprog 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"
    ]
}