Captcha Solver: Auto Recognition and Bypass

2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.

Captcha Solver: Auto Recognition and Bypass क्या है?

Captcha Solver: Auto Recognition and Bypass https://sctg.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Captcha Solver: Auto Recognition and Bypass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin helps to solve captchas on website pages. For a very small fee. For the test, the service charges 5 rubles. enough for 1000 recaptcha solutions.                    

एक्सटेंशन की मूल जानकारी

नाम Captcha Solver: Auto Recognition and Bypass Captcha Solver: Auto Recognition and Bypass
ID fhncdffihkngkflmkjbhgnpcifeiihcg
आधिकारिक URL https://chromewebstore.google.com/detail/captcha-solver-auto-recog/fhncdffihkngkflmkjbhgnpcifeiihcg
विवरण 2Captcha Solver plugin allows you to automatically solve CAPTCHAs found on any webpage.
फ़ाइल का आकार 374 KB
स्थापना संख्या 544
वर्तमान संस्करण 3.5.2
अंतिम अपडेट 2024-01-20
प्रकाशन तिथि 2023-04-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://sctg.xyz
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://t.me/Xevil_check_bot
सहायता पृष्ठ URL https://t.me/sergqwer2
समर्थित भाषाएँ en,es,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png",
            "32": "assets\/images\/icon_32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "SCTG: Recognition and Bypass Captcha"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/style.css"
            ],
            "js": [
                "vendor\/jquery\/3.5.1\/jquery.min.js",
                "common\/config.js",
                "content\/core_helpers.js",
                "content\/script.js",
                "content\/captcha\/hcaptcha\/processor.js",
                "content\/captcha\/recaptcha\/processor.js",
                "content\/captcha\/normal\/hunter.js",
                "content\/captcha\/normal\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "devtools_page": "devtools\/devtools.html",
    "homepage_url": "https:\/\/sctg.xyz\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}