Auto Clicker
An auto clicker is a type of software or macro that can be used to automate the clicking of a mouse on a computer screen element…
Auto Clicker란 무엇입니까?
Auto Clicker은(는) Jolly Roy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An auto clicker is a type of software or macro that can be used to automate the clicking of a mouse on a computer screen element…"입니다.
확장 프로그램 스크린샷
Auto Clicker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An auto clicker is a type of software or macro that can be used to automate the clicking of a mouse on a computer screen element and click faster than intended. Got tired of continuous mouse clicking while playing? It's quite frustrating to click a mouse at the same place over and over again. If you're going through this phase, you need an Auto Clicker! How to use Autoclicker after downloading it. Step 1: Set the intervals between clicks from Click Intervals. Step 2: Choose the mouse button you want to click and choose the click type. Step 3: Fill in the number of times and choose Repeat. Or, if you want unlimited automated clicks, choose Repeat Until Stopped. Step 4: Put the cursor to the object where you want the automated clicks, then choose Current Location. And if you’re a professional user, set the XY coordinates and choose Pick Location. Step 5: Finally, press F6 to begin the automation. If you have changed the Hotkey from the settings before, press the same button to start. (Hotkey shows next to the Start button)
확장 프로그램 기본 정보
이름 | |
ID | dmmfahpkljafjdlbehdpfooocnklbdbf |
공식 URL | https://chrome.google.com/webstore/detail/auto-clicker/dmmfahpkljafjdlbehdpfooocnklbdbf |
설명 | An auto clicker is a type of software or macro that can be used to automate the clicking of a mouse on a computer screen element… |
파일 크기 | 7.71 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-02-01 |
출시 날짜 | 2022-02-01 |
평점 | 1.00/5 총 4 개의 평점 |
개발자 | Jolly Roy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://autoclicker.website |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Clicker", "version": "1.0", "description": "", "manifest_version": 3, "incognito": "split", "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/128.png" } } |