Double Click Guard
Powerful extension created to get rid of your Double Clicking problems!
Was ist Double Click Guard?
Double Click Guard ist eine Chrome-Erweiterung, die von johnathantam00 entwickelt wurde, und ihr Hauptmerkmal ist "Powerful extension created to get rid of your Double Clicking problems!".
Erweiterungsscreenshots
Double Click Guard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Double Click Guard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Double Click Guard |
ID | beepahbfbcfofpnmfdhpfhjcnpiabaom |
Offizielle URL | https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom |
Beschreibung | Powerful extension created to get rid of your Double Clicking problems! |
Dateigröße | 375 KB |
Installationsanzahl | 62 |
Aktuelle Version | 1.0 |
Letztes Update | 2024-03-02 |
Veröffentlichungsdatum | 2023-08-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | johnathantam00 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |