Double Click Guard

Powerful extension created to get rid of your Double Clicking problems!

What is Double Click Guard?

Double Click Guard is a Chrome extension developed by johnathantam00, and its main feature is "Powerful extension created to get rid of your Double Clicking problems!".

Extension Screenshots

screenshot

Download Double Click Guard Extension CRX File

Download Double Click Guard 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

                        Double Click Guard is a user-friendly software application for anyone suffering from double clicks! Designed to block accidental double clicks, providing a seamless and frustration-free user experience. This handy utility is a must-have for anyone who regularly interacts with computers and devices, as it eliminates the annoying consequences of unintentional double clicks.                    

Extension Basic Information

Name Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
Official URL https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Description Powerful extension created to get rid of your Double Clicking problems!
File Size 375 KB
Installation Count 62
Current Version 1.0
Last Updated 2024-03-02
Publish Date 2023-08-04
Rating 5.00/5 Total 1 Ratings
Developer johnathantam00
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Double Click Guard",
    "description": "Powerful extension created to get rid of your Double Clicking problems!",
    "version": "1.0",
    "action": {
        "default_popup": ".\/app\/doubleclick.html",
        "default_icon": ".\/app\/Images\/icons\/DoubleClickIcon.png"
    },
    "background": {
        "service_worker": ".\/app\/background.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                ""
            ]
        }
    ]
}