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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}