Double Click Guard

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

什麼是Double Click Guard?

Double Click Guard是由johnathantam00開發的Chrome擴展程式,該擴展的主要功能是“Powerful extension created to get rid of your Double Clicking problems!”。

擴展截圖

screenshot

下載Double Click Guard擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}