Double Click Guard

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

Qu'est-ce que Double Click Guard ?

Double Click Guard est une extension Chrome développée par johnathantam00, et sa fonction principale est "Powerful extension created to get rid of your Double Clicking problems!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Double Click Guard

Téléchargez les fichiers d'extension Double Click Guard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
URL Officiel https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Description Powerful extension created to get rid of your Double Clicking problems!
Taille du Fichier 375 KB
Nombre d'Installations 62
Version Actuelle 1.0
Dernière Mise à Jour 2024-03-02
Date de Publication 2023-08-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur johnathantam00
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}