WannaClick is a Chromium browser extension that automatically clicks any element matching a user-specified text label on any website. It supports configurable random delays to mimic human behavior, single-page-app navigation, and a visible on-page status indicator.
Manifest V3, distributed as an unpacked extension. Tested on Chrome, Edge, Brave, and Opera.
- Universal auto-clicker — works on any website
- Custom target — specify any visible text to click
- Random delay range to mimic human behavior
- On-page status indicator showing current state
- Single-page-app navigation handled (re-runs on URL changes)
- Download or clone this repository.
- Open
chrome://extensions/(oredge://extensions/etc.). - Enable Developer mode.
- Click Load unpacked and select the repository folder.
- Refresh any open tabs.
- Click the extension icon in your toolbar.
- Enter the text of the element you want to click.
- Set the delay range in seconds (
MinandMax). - Toggle the extension on. The status row turns green when active.
| Permission | Why it's needed |
|---|---|
activeTab |
Read the active tab when the popup runs |
scripting |
Inject the click logic into the page |
storage |
Save your target text and delay settings |
<all_urls> |
Run the auto-click content script on any site |
MIT.