A chrome extension that prevents users from downloading files in Chrome browser according to their requirements
It monitors each file downloaded in Chrome and use a cloud service to determine the downloaded file type. The extension invokes API Gateway on AWS cloud service which invokes lambda function which determines if the file is an executable one.
- Clone the repo
- Go to chrome://extensions and enable developer mode.
- Click "Load unpacked extension..."
- Select "chromeExtension" directory form this project
- Click on details and open extension options
- Click on "New Rule" button, add ".exe" extension in order to block download of executable files.