Skip to content

dedocibula/facebook-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Checker

Facebook Checker is a Google Chrome extension written in TypeScript for the purposes of monitoring Facebook notifications, friend requests and inbox messages. The application leverages JavaScript libraries JQuery and JQuery-UI, Chrome API, Bootstrap and templating framework Handlebars.

Provided features:

  • Facebook Notifications monitoring
  • Facebook Messages/Message Requests monitoring
  • Desktop alerts
  • Support for Mark as Read
  • Recipient read status
  • Graphic emoji
  • Facebook Friend Requests monitoring
  • Friend request resolution
  • Do-Not-Disturb

Installation:

Facebook Checker is a Visual Studio TypeScript solution and as such it first needs to be compiled into JavaScript before it can be used. This can be achieved in several ways (from VS, using tsc...) - see TypeScript website.

Alternatively, you can download a prebuilt extension from the Releases page.

  1. Download Facebook Checker from Github.
  2. Extract Facebook Checker.
  3. In Chrome type chrome://extensions/ in the URL field.
  4. Enable/check Developer mode.
  5. Click Load unpacked extension and select root directory of the extracted Facebook Checker.
  6. Enjoy 😉.