AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

AIO ReCaptcha Solverคืออะไร?

AIO ReCaptcha Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AIO SEO SERVICES และคุณลักษณะหลักของมันคือ "Verify Google ReCaptcha V2 automatically with solving services"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIO ReCaptcha Solver

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}