Multicheck Checkbox Checker

Simply check or uncheck multiple checkboxes at a time by clicking and dragging.

What is Multicheck Checkbox Checker?

Multicheck Checkbox Checker is a Chrome extension developed by Multi Box Checker, and its main feature is "Simply check or uncheck multiple checkboxes at a time by clicking and dragging.".

Extension Screenshots

screenshot

Download Multicheck Checkbox Checker Extension CRX File

Download Multicheck Checkbox Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes it easier to select multiple checkboxes simply check or uncheck multiple checkboxes at a time by clicking and dragging.
Allows you to check multiple checkboxes quickly by CLICKING & DRAGGING or even quicker with an ALT+CLICK & DRAG area select. You may need to refresh your browser window after installation for this extension to work.                    

Extension Basic Information

Name Multicheck Checkbox Checker Multicheck Checkbox Checker
ID napmjlafbhpdoiggpchegfafepgdppfe
Official URL https://chromewebstore.google.com/detail/multicheck-checkbox-check/napmjlafbhpdoiggpchegfafepgdppfe
Description Simply check or uncheck multiple checkboxes at a time by clicking and dragging.
File Size 218 KB
Installation Count 5,280
Current Version 2.8
Last Updated 2022-10-18
Publish Date 2022-10-18
Rating 2.15/5 Total 13 Ratings
Developer Multi Box Checker
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multicheck Checkbox Checker",
    "version": "2.8",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Simply check or uncheck multiple checkboxes at a time by clicking and dragging.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Multicheck Checkbox Checker"
    },
    "background": {
        "service_worker": "toggle.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}