chrome-auto-clicker

Auto Clicker

A Chrome extension for automating repetitive clicks on web pages. Built for tasks like clearing Gmail’s promotions tab, where the same sequence of clicks repeats hundreds of times.

Features

Install (development)

  1. Clone this repo.
  2. Open chrome://extensions.
  3. Enable Developer mode (top right).
  4. Click Load unpacked and select the project folder.
  5. Pin the extension; click the icon to open the side panel.

Usage

  1. Open the side panel on the page you want to automate.
  2. Click Select Element on a clicker, then click the target on the page. (Or right-click anywhere on the page → Add to Auto Clicker → assign to a clicker.)
  3. Set a delay (ms) and either start the clicker (independent mode) or add more clickers and Start Chain (sequential mode).

Permissions

Permission Why
activeTab Inject the click logic into the tab you’re using.
scripting Inject the content script on demand.
sidePanel Host the UI without popups closing on click.
contextMenus Right-click → Add to Auto Clicker.
<all_urls> The user picks the page to automate; can be any URL.

The extension does not collect, store, or transmit any data.

License

MIT