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