AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

什麼是AIO ReCaptcha Solver?

AIO ReCaptcha Solver是由AIO SEO SERVICES開發的Chrome擴展程式,該擴展的主要功能是“Verify Google ReCaptcha V2 automatically with solving services”。

下載AIO ReCaptcha Solver擴展crx文件

下載AIO ReCaptcha Solver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Added AIOSEOSERVICES.com                    

擴展基本資訊

名稱 AIO ReCaptcha Solver AIO ReCaptcha Solver
ID hpkcfaaghbgejgmajgebpfbnehaidand
官方網址 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"
    ]
}