Double Click Guard

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

O que é Double Click Guard?

Double Click Guard é uma extensão do Chrome desenvolvida por johnathantam00, e sua principal característica é "Powerful extension created to get rid of your Double Clicking problems!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Double Click Guard

Baixe arquivos de extensão Double Click Guard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
URL Oficial https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Descrição Powerful extension created to get rid of your Double Clicking problems!
Tamanho do Arquivo 375 KB
Contagem de Instalações 62
Versão Atual 1.0
Última Atualização 2024-03-02
Data de Publicação 2023-08-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor johnathantam00
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}