The task is to create a security system that prevents users from downloading executable files in Chrome browser.
Your system will monitor each file downloaded in Chrome and use a cloud service to determine the downloaded file type.
You are required to design and code all the parts of this system:
- A Chrome extension for monitoring and allowing/blocking file downloads
- An AWS cloud service for file magic verification
- An API between the extension and the cloud service