Buster: Captcha Solver for Humans

Save time by asking Buster to solve captchas for you.

Buster: Captcha Solver for Humans क्या है?

Buster: Captcha Solver for Humans https://armin.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time by asking Buster to solve captchas for you."।

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

screenshot
screenshot

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

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

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

                        Buster is a browser extension which helps you to solve difficult captchas by completing reCAPTCHA audio challenges using speech recognition. Challenges are solved by clicking on the extension button at the bottom of the reCAPTCHA widget.

It is not guaranteed that challenges are always solved, the limitations of the technology need to be considered.

The continued development of Buster is made possible thanks to the support of awesome backers. If you'd like to join them, please check out https://armin.dev/go/patreon

Client app

The success rate of the extension can be improved by simulating user interactions with the help of a client app. Follow the instructions from the extension's options to download and install the client app on Windows, Linux and macOS.

Solving more than a couple of reCAPTCHA challenges a day may lead to a temporary block, regardless of your use of the extension. Visit the wiki for more details.

https://github.com/dessant/buster/wiki/Inaccessible-reCAPTCHA-audio-challenge

Motivation

reCAPTCHA challenges remain a considerable burden on the web, delaying and often blocking our access to services and information depending on our physical and cognitive abilities, our social and cultural background, and the devices or networks we connect from.

The difficulty of captchas can be so out of balance, that sometimes they seem friendlier to bots than they are to humans.

The goal of this project is to improve our experience on the web, by giving us easy access to solutions utilized by automated systems.

The extension is also available for Edge and Firefox: https://github.com/dessant/buster#readme

Reviews are not monitored for bug reports, please use GitHub for issues and feature requests.

https://github.com/dessant/buster                    

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

नाम Buster: Captcha Solver for Humans Buster: Captcha Solver for Humans
ID mpbjkejclgfgadiemmefgebjfooflfhl
आधिकारिक URL https://chromewebstore.google.com/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl
विवरण Save time by asking Buster to solve captchas for you.
फ़ाइल का आकार 608 KB
स्थापना संख्या 607,341
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2023-09-13
प्रकाशन तिथि 2020-06-15
रेटिंग 3.86/5 कुल 680 रेटिंग्स
डेवलपर https://armin.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dessant/buster#readme
सहायता पृष्ठ URL https://github.com/dessant/buster/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "author": "Armin Sebastian",
    "homepage_url": "https:\/\/github.com\/dessant\/buster",
    "default_locale": "en",
    "minimum_chrome_version": "92.0",
    "permissions": [
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "nativeMessaging",
        ""
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src *; object-src 'none'; frame-ancestors http:\/\/127.0.0.1:*;",
    "icons": {
        "16": "src\/assets\/icons\/app\/icon-16.png",
        "19": "src\/assets\/icons\/app\/icon-19.png",
        "24": "src\/assets\/icons\/app\/icon-24.png",
        "32": "src\/assets\/icons\/app\/icon-32.png",
        "38": "src\/assets\/icons\/app\/icon-38.png",
        "48": "src\/assets\/icons\/app\/icon-48.png",
        "64": "src\/assets\/icons\/app\/icon-64.png",
        "96": "src\/assets\/icons\/app\/icon-96.png",
        "128": "src\/assets\/icons\/app\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/assets\/icons\/app\/icon-16.png",
            "19": "src\/assets\/icons\/app\/icon-19.png",
            "24": "src\/assets\/icons\/app\/icon-24.png",
            "32": "src\/assets\/icons\/app\/icon-32.png",
            "38": "src\/assets\/icons\/app\/icon-38.png",
            "48": "src\/assets\/icons\/app\/icon-48.png",
            "64": "src\/assets\/icons\/app\/icon-64.png",
            "96": "src\/assets\/icons\/app\/icon-96.png",
            "128": "src\/assets\/icons\/app\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "background": {
        "page": "src\/background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.com\/recaptcha\/api2\/bframe*",
                "https:\/\/www.google.com\/recaptcha\/api2\/bframe*",
                "https:\/\/google.com\/recaptcha\/enterprise\/bframe*",
                "https:\/\/www.google.com\/recaptcha\/enterprise\/bframe*",
                "https:\/\/recaptcha.net\/recaptcha\/api2\/bframe*",
                "https:\/\/www.recaptcha.net\/recaptcha\/api2\/bframe*",
                "https:\/\/recaptcha.net\/recaptcha\/enterprise\/bframe*",
                "https:\/\/www.recaptcha.net\/recaptcha\/enterprise\/bframe*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "css": [
                "src\/solve\/style.css"
            ],
            "js": [
                "src\/solve\/script.js"
            ]
        },
        {
            "matches": [
                "http:\/\/127.0.0.1\/buster\/setup?session=*"
            ],
            "run_at": "document_idle",
            "js": [
                "src\/scripts\/init-setup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/setup\/index.html",
        "src\/scripts\/reset.js",
        "src\/solve\/solver-button.css"
    ],
    "incognito": "split"
}