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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |