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文件
下載Auto Clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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 |
官方網址 | 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" } } |