Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnaudligny/f-notifier

Browser extension that displays your Facebook notifications unread count.
https://github.com/arnaudligny/f-notifier

chrome-extension facebook firefox-extension notifier opera-extension web-extension

Last synced: 2 days ago
JSON representation

Browser extension that displays your Facebook notifications unread count.

Awesome Lists containing this project

README

        

_F-Notifier_ is a browser extension that displays your [Facebook notifications](https://www.facebook.com/help/1036755649750898/) unread count.

> Only "classics" notifications are supported (like comments on a post or tagging, but **not _Messenger_'s notifications**).

[![F-Notifier available in the Chrome Web Store](docs/ChromeWebStoreBadgeWBorder.png)](https://chrome.google.com/webstore/detail/facebook-notifier/befpdcighpikpkklmfonkmdafmfnnkfn) [![F-Notifier available in Mozilla Add-ons](docs/AMO-button_1.png)](https://addons.mozilla.org/fr/firefox/addon/f-notifier/) [![Open New Tab After Current Tab available in Microsoft Edge Addons](docs/MicrosoftEdgeAddonsBadge.png)](https://microsoftedge.microsoft.com/addons/detail/fnotifier/jkpbopolkbhegaabkoljoofcfingihlp)

## Preview

![F-Notifier screenshot](docs/screenshot.png "F-Notifier screenshot")

## Releases


2.8.5

Fix Facebook feed redirect error by @logeen in #70.


2.8.4

Fix #66: spoof Facebook on Android user agent to prevent HTTP 301 redirection.


2.8.3

Prevent mobile to desktop version redirect (#64).

## Support

## Development

### Source code

### Install dependencies

```bash
npm install
```

### Run tests

Test workflow

```bash
npm run test
```

### Build package

```bash
npm run build
```

Actions:

1. process files (with [Gulp](https://gulpjs.com)), result is stored in `build/`
2. create a ZIP archive from `build/` in `dist/`

### Deploy to stores

Release workflow

```bash
npm run release
```

## License

_F-Notifier_ is a free software distributed under the terms of the [MIT license](https://opensource.org/licenses/MIT).

© [Arnaud Ligny](https://arnaudligny.fr)