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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |