Double Click Guard

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

Apa itu Double Click Guard?

Double Click Guard adalah ekstensi Chrome yang dikembangkan oleh johnathantam00, dan fitur utamanya adalah "Powerful extension created to get rid of your Double Clicking problems!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Double Click Guard

Unduh file ekstensi Double Click Guard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
URL Resmi https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Deskripsi Powerful extension created to get rid of your Double Clicking problems!
Ukuran File 375 KB
Jumlah Instalasi 62
Versi Saat Ini 1.0
Terakhir Diperbarui 2024-03-02
Tanggal Publikasi 2023-08-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang johnathantam00
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}