Double Click Guard

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

ما هو Double Click Guard؟

Double Click Guard هو إضافة Chrome تم تطويرها بواسطة johnathantam00، والميزة الرئيسية لها هي "Powerful extension created to get rid of your Double Clicking problems!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Double Click Guard

قم بتنزيل ملفات الامتداد Double Click Guard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
عنوان URL الرسمي https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
الوصف Powerful extension created to get rid of your Double Clicking problems!
حجم الملف 375 KB
عدد التثبيتات 62
النسخة الحالية 1.0
آخر تحديث 2024-03-02
تاريخ النشر 2023-08-04
تقييم 5.00/5 مجموع تقييمات 1
المطور johnathantam00
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}