AZcaptcha automatic captcha solver

This plugin allows you to automatically solve CAPTCHAs found on any webpage.

AZcaptcha automatic captcha solverとは何ですか?

AZcaptcha automatic captcha solverはAZ Incによって開発されたChromeの拡張機能で、その主な機能は「This plugin allows you to automatically solve CAPTCHAs found on any webpage.」です。

拡張機能のスクリーンショット

screenshot

AZcaptcha automatic captcha solver拡張機能のCRXファイルをダウンロード

AZcaptcha automatic captcha solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google ReCaptcha V2 automatically with solving services.

15000 Image captcha solving automatic 

Register an account in https://AZcaptcha.com to get your API key and some free credit

you need create account on one of listed solving service

Cheap Captcha solving service only $0.9/1000 recaptcha and $0.2 /1000 image captcha.

(*) Cheap price if order unlimited package                    

拡張機能の基本情報

名前 AZcaptcha automatic captcha solver AZcaptcha automatic captcha solver
ID aoaahllfacofmpgcecdinikdmpkbnhhf
公式URL https://chromewebstore.google.com/detail/azcaptcha-automatic-captc/aoaahllfacofmpgcecdinikdmpkbnhhf
説明 This plugin allows you to automatically solve CAPTCHAs found on any webpage.
ファイルサイズ 604 KB
インストール数 1,791
現在のバージョン 0.31
最終更新日 2019-06-08
公開日 2019-06-05
評価 1.53/5 合計 43 レビュー
開発者 AZ Inc
支払い方法 free
拡張機能のウェブサイト http://azcaptcha.com/
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "oauth2": {
        "client_id": "796456314853-5am5cmf50murdtgp24623j89c0hbie43.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "update_url": "https:\/\/azcaptcha.com\/addon\/update_manifest.json"
        }
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "version": "0.31",
    "icons": {
        "16": "\/img\/azcaptcha-logo\/16.png",
        "48": "\/img\/azcaptcha-logo\/48.png",
        "128": "\/img\/azcaptcha-logo\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "\/img\/azcaptcha-logo\/16.png",
            "32": "\/img\/azcaptcha-logo\/32.png"
        },
        "default_popup": "options.html",
        "default_title": "Show my balance"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "\/js\/config.js",
                "\/js\/code.js",
                "\/js\/jquery-3.1.1.js",
                "\/js\/lib\/mousetrap.min.js",
                "\/js\/lib\/image_captcha_tests.js",
                "\/js\/methods.js",
                "\/js\/content_script\/recaptcha2.js",
                "\/js\/content_script\/funcaptcha.js",
                "\/js\/azcaptcha\/azcaptcha.js",
                "\/js\/content_script\/image_captcha.js",
                "\/js\/content_script\/tainted_image.js",
                "\/js\/content_script\/representative_marker.js",
                "\/js\/content_script\/solution_post_message.js",
                "\/js\/content_script\/api.js"
            ],
            "css": [
                "\/css\/content_scripts.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/config.js",
            "\/js\/methods.js",
            "\/js\/jquery-3.1.1.js",
            "\/js\/background\/headers.js",
            "\/js\/background\/index.js",
            "\/js\/background\/context_menu.js",
            "\/js\/background\/image_captcha.js",
            "\/js\/background\/recaptcha_precache_manager.js",
            "\/js\/background\/recaptcha_precache.js",
            "\/js\/background\/recaptcha.js",
            "\/js\/background\/tainted_image.js",
            "\/js\/azcaptcha\/azcaptcha.js",
            "\/js\/lib\/image_response_cache.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "identity",
        "identity.email",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "\/img\/*",
        "\/css\/*",
        "\/sounds\/*"
    ]
}