Double Click Guard

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

Co to jest Double Click Guard?

Double Click Guard to rozszerzenie Chrome opracowane przez johnathantam00, a jego główną funkcją jest „Powerful extension created to get rid of your Double Clicking problems!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Double Click Guard

Pobierz pliki rozszerzeń Double Click Guard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
Oficjalny URL https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Opis Powerful extension created to get rid of your Double Clicking problems!
Rozmiar pliku 375 KB
Liczba instalacji 62
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2024-03-02
Data Publikacji 2023-08-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper johnathantam00
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}