Double Click Guard

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

Hvad er Double Click Guard?

Double Click Guard er en Chrome-udvidelse udviklet af johnathantam00, og dens hovedfunktion er "Powerful extension created to get rid of your Double Clicking problems!".

Udvidelsesskærmbilleder

screenshot

Download Double Click Guard-udvidelses-CRX-fil

Download Double Click Guard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
Officiel URL https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Beskrivelse Powerful extension created to get rid of your Double Clicking problems!
Filstørrelse 375 KB
Antal Installationer 62
Nuværende Version 1.0
Senest Opdateret 2024-03-02
Udgivelsesdato 2023-08-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler johnathantam00
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}