WebExtension.net
WebExtension.net

Buster: Captcha Solver for Humans

View on Chrome Web Store
View Buster: Captcha Solver for Humans Chrome Extension on Chrome Web Store
3.8 (775 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save time by asking Buster to solve CAPTCHAs for you.
Type
Extension
Users
600,000 users
Website armin.dev
Armin Sebastian
View author page of Armin Sebastian
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 9, 2018
Version 3.1.0
Manifest version
3
Updated
Updated on June 5, 2024
View on Chrome Web Store
View Buster: Captcha Solver for Humans Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.1.0",
    "author": "Armin Sebastian",
    "homepage_url": "https:\/\/github.com\/dessant\/buster",
    "default_locale": "en",
    "minimum_chrome_version": "123.0",
    "permissions": [
        "storage",
        "notifications",
        "webRequest",
        "declarativeNetRequest",
        "webNavigation",
        "nativeMessaging",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * 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"
    },
    "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",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/background\/script.js"
    },
    "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\/base\/style.css"
            ],
            "js": [
                "src\/base\/script.js"
            ]
        },
        {
            "matches": [
                "http:\/\/127.0.0.1\/buster\/setup?session=*"
            ],
            "run_at": "document_idle",
            "js": [
                "src\/scripts\/init-setup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/setup\/index.html",
                "src\/scripts\/reset.js",
                "src\/base\/solver-button.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "incognito": "split"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top