Double Click Guard
Powerful extension created to get rid of your Double Clicking problems!
Vad är Double Click Guard?
Double Click Guard är en Chrome-tillägg utvecklad av johnathantam00, och dess huvudfunktion är "Powerful extension created to get rid of your Double Clicking problems!".
Tilläggsskärmbilder
Ladda ner Double Click Guard-förlängningens CRX-fil
Ladda ner Double Click Guard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Double Click Guard |
ID | beepahbfbcfofpnmfdhpfhjcnpiabaom |
Officiell webbadress | https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom |
Beskrivning | Powerful extension created to get rid of your Double Clicking problems! |
Filstorlek | 375 KB |
Antal Installationer | 62 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2024-03-02 |
Publiceringsdatum | 2023-08-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | johnathantam00 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |