Double Click Guard
Powerful extension created to get rid of your Double Clicking problems!
Cos'è Double Click Guard?
Double Click Guard è un'estensione di Chrome sviluppata da johnathantam00, e la sua funzione principale è "Powerful extension created to get rid of your Double Clicking problems!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Double Click Guard
Scarica i file di estensione Double Click Guard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Double Click Guard |
ID | beepahbfbcfofpnmfdhpfhjcnpiabaom |
URL Ufficiale | https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom |
Descrizione | Powerful extension created to get rid of your Double Clicking problems! |
Dimensione del File | 375 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2024-03-02 |
Data di Pubblicazione | 2023-08-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | johnathantam00 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |