F-Notifier
Displays your Facebook notifications unread count.
What is F-Notifier?
F-Notifier is a Chrome extension developed by https://arnaudligny.fr, and its main feature is "Displays your Facebook notifications unread count.".
Extension Screenshots
Download F-Notifier Extension CRX File
Download F-Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
F-Notifier is a browser extension that displays your Facebook notifications unread count.
Extension Basic Information
Name | F-Notifier |
ID | befpdcighpikpkklmfonkmdafmfnnkfn |
Official URL | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
Description | Displays your Facebook notifications unread count. |
File Size | 28.83 KB |
Installation Count | 342 |
Current Version | 2.8.4 |
Last Updated | 2023-12-22 |
Publish Date | 2020-04-29 |
Rating | 2.55/5 Total 11 Ratings |
Developer | https://arnaudligny.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://dev.ligny.org/F-Notifier/ |
Help Page URL | https://github.com/ArnaudLigny/F-Notifier/issues |
Supported Languages | en,fr,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.8.4", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/F-Notifier", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "128": "icon-128.png" }, "permissions": [ "alarms", "tabs", "webRequest", "webRequestBlocking", "https:\/\/m.facebook.com\/" ], "background": { "persistent": true, "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_icon": { "38": "icon-38.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true, "browser_style": true } } |