Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arnaudligny/f-notifier
- Owner: ArnaudLigny
- License: mit
- Created: 2014-09-20T00:00:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T16:51:21.000Z (3 months ago)
- Last Synced: 2024-07-30T20:49:34.678Z (3 months 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: 7
- Watchers: 5
- 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**).
[![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
- 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)