Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 502 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 502 Bytes

mouse-click-extension

This is a Chrome Extension that can potentially automate web tasks.

The extension takes a screenshot of the current window and sends it to a remote Flask API. The response is then processed and the extension automatically clicks on the detected buttons.

In order to use this extension go to chrome://extensions/ and enable developer mode. After that click on Load unpacked and select the directory consisting of these files. The extension will now be up and ready to use.