Skip to content

pnijem/chromeExtFileBlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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.

Installation

  • Clone the repo
  • Go to chrome://extensions and enable developer mode.
  • Click "Load unpacked extension..."
  • Select "chromeExtension" directory form this project

alt text

  • Click on details and open extension options

alt text

  • Click on "New Rule" button, add ".exe" extension in order to block download of executable files.

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published