Double Click Guard

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

Wat is Double Click Guard?

Double Click Guard is een Chrome-extensie ontwikkeld door johnathantam00, en de belangrijkste functie is "Powerful extension created to get rid of your Double Clicking problems!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Double Click Guard

Download Double Click Guard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
Officiële URL https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Beschrijving Powerful extension created to get rid of your Double Clicking problems!
Bestandsgrootte 375 KB
Aantal Installaties 62
Huidige Versie 1.0
Laatst Bijgewerkt 2024-03-02
Publicatiedatum 2023-08-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar johnathantam00
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}