Skip to content

Douile/chrome-web-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome extension that hashes scripts on a page to detect when they are changed.

  1. Description
  2. Usage
  3. Downloads
  4. Licence

This is a web extension written originally for chrome (may be pushed to other platforms later), its aim is to detect when scripts are added, changed or removed on a web page. This can be useful if you are developing an extension that is dependent on scripts in the page or to detect a MITM attack. The extension creates a hash of every script on the page or saves the url if the script is blocked (adblock). It then compares to the save of the webpage next time you open the page, if the scripts have been modified you are notified via chrome's notification api.

To use the extension download it. Then any new tabs you create will be using the extension. It's that easy.

This code is distributed with the Apache-2.0 licence.