AI 产品解读Simulate keyboard key presses using mouse button clicks
Allows users to automate repetitive typing by mapping mouse button presses to keyboard key inputs, useful for games, data entry, or accessibility scenarios where keyboard input is needed but mouse is more convenient.
User opens extension popup → toggles macro on → selects which mouse buttons (left/right/etc.) to assign → enters desired keyboard key and interval for each → clicks 'Click To Set Button' and presses the mouse button in the target webpage → extension intercepts mousedown/mouseup events and dispatches KeyboardEvent at the configured interval while the button is held down.
Map two separate mouse buttons to two different keyboard keysConfigurable key press interval in milliseconds for each buttonEnable/disable toggle to activate or deactivate the macroSettings persisted via chrome.storage.localWorks on any webpage via content script injection
- 目标用户
- Gamers who need rapid key repetition / Users with motor impairments who find keyboard keys difficult to press / Data entry workers needing repetitive text input automation / General productivity users seeking mouse-to-keyboard automation
- Extension is very small (270 users, 40KB) with minimal code; analysis is based on complete source review so confidence is high. No external network calls were detected, so no server-side behavior to analyze.
付费分析未识别到付费功能
The extension is completely free with no paid features, subscription gates, or billing integrations. All functionality (two-button macro configuration, interval settings, enable/disable toggle) is available without any payment or upgrade prompts. The only 'pro' keyword hit was in _metadata/verified_contents.json, which is a Chrome Web Store integrity file unrelated to the extension's business model.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local macro tool that operates entirely within the browser using chrome.storage.local and content scripts. It does not implement any login UI, nor does it redirect to any external service requiring an account. The core workflow (configuring and triggering key presses via mouse clicks) is fully functional without any authentication.
Does not work if i could give -5 I would. dont not use
Good job, Waiting for anti-AdBlock detection.