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
公式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"
    ]
}