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