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: about 1 month ago
JSON representation
Browser extension that displays your Facebook notifications unread count.
- Host: GitHub
- URL: https://github.com/arnaudligny/f-notifier
- Owner: ArnaudLigny
- License: mit
- Created: 2014-09-20T00:00:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T01:31:32.000Z (about 1 month ago)
- Last Synced: 2025-04-07T02:28:35.717Z (about 1 month ago)
- Topics: chrome-extension, facebook, firefox-extension, notifier, opera-extension, web-extension
- Language: JavaScript
- Homepage: https://dev.ligny.org/F-Notifier
- Size: 3.46 MB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**).
[](https://chrome.google.com/webstore/detail/facebook-notifier/befpdcighpikpkklmfonkmdafmfnnkfn) [](https://addons.mozilla.org/fr/firefox/addon/f-notifier/) [](https://microsoftedge.microsoft.com/addons/detail/fnotifier/jkpbopolkbhegaabkoljoofcfingihlp)
## Preview

## Releases
- 2.8.5
- 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
```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
```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)