Prerecord Click Helper
Prerecord Click Helper is a Chrome extension that lets a user select a real application or submit button on the current webpage, set a target opening time and click interval, and run timed native clicks on that selected button until the page changes or a stop condition is detected.
What this extension collects
The extension stores only the minimum local data required to perform its single purpose on the current page.
- Selected button information such as selector, tag, label summary, and lightweight structural fingerprint.
- Run settings such as target time, early start, click interval, maximum runtime, click cap, and optional result selectors.
- Run status such as current state, countdown timing, click count, first and last click time, stop reason, and overlay position.
- Current page context needed to reconnect the saved target to the same page.
What this extension does not collect
- No passwords, login credentials, cookies, access tokens, or authentication secrets.
- No payment details, government identifiers, phone numbers, addresses, or health data.
- No email contents, chat messages, or personal communications.
- No browsing history outside the page the user is actively operating.
- No analytics, advertising identifiers, or hidden telemetry.
How the data is used
The stored data is used only to let the extension find the user-selected button again, display the countdown and run status, execute timed native clicks on that selected element, and stop safely when a page result or other stop condition is detected.
Where the data is stored
Data is stored locally on the user's device with chrome.storage.local. The
extension does not send this data to the developer or to any remote server.
Data sharing and sale
The extension does not sell, rent, transfer, or share user data with third parties. The extension does not use user data for advertising, profiling, creditworthiness, or lending decisions.
Permissions
activeTab: used only after a user action to work with the active page the user is currently using.scripting: used to inject packaged content scripts that highlight the selected target, show the overlay, and run the timed click workflow.storage: used to save local settings, target data, and the latest run result on the user's device.
Remote code
The extension does not use remote code. Its JavaScript and assets are packaged with the extension itself.
Contact
For privacy questions, contact: [email protected]