Double Click Guard

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

Double Click Guard là gì?

Double Click Guard là một tiện ích mở rộng Chrome được phát triển bởi johnathantam00, và tính năng chính của nó là "Powerful extension created to get rid of your Double Clicking problems!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Double Click Guard

Tải xuống các tệp mở rộng Double Click Guard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Double Click Guard Double Click Guard
ID beepahbfbcfofpnmfdhpfhjcnpiabaom
URL Chính Thức https://chromewebstore.google.com/detail/double-click-guard/beepahbfbcfofpnmfdhpfhjcnpiabaom
Mô tả Powerful extension created to get rid of your Double Clicking problems!
Kích Thước Tệp 375 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-08-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển johnathantam00
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}