/faviconer

Google Chrome extension, that detects requests by mask and shows them as notifications for user

Primary LanguageJavaScript

Faviconer

If you want to detect browser requests (like favicon.ico requests with additional information) - this extension is for you!

Features

  • Add as many request masks as you want (at options page)
  • Every mask is a simple js RegExp
  • See them while you are at any page (maybe different, that the source page for the request).

Settings

To set up a list of request masks you need to go to the options page. There you can find a single text field. This is a rules list. One line - one rule. Every rule is a regexp.

For example: recieve notifications about all requests to favicon.ico with a question mark and maybe some parameters after it.

^.*\/favicon\.ico\?.*$

Do not forget to press Save after changing the rules list.