F-Notifier
Displays your Facebook notifications unread count.
Was ist F-Notifier?
F-Notifier ist eine Chrome-Erweiterung, die von https://arnaudligny.fr entwickelt wurde, und ihr Hauptmerkmal ist "Displays your Facebook notifications unread count.".
Erweiterungsscreenshots
F-Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie F-Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
F-Notifier is a browser extension that displays your Facebook notifications unread count.
Grundlegende Informationen zur Erweiterung
Name | F-Notifier |
ID | befpdcighpikpkklmfonkmdafmfnnkfn |
Offizielle URL | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
Beschreibung | Displays your Facebook notifications unread count. |
Dateigröße | 28.83 KB |
Installationsanzahl | 342 |
Aktuelle Version | 2.8.4 |
Letztes Update | 2023-12-22 |
Veröffentlichungsdatum | 2020-04-29 |
Bewertung | 2.55/5 Insgesamt 11 Bewertungen |
Entwickler | https://arnaudligny.fr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dev.ligny.org/F-Notifier/ |
Hilfeseite URL | https://github.com/ArnaudLigny/F-Notifier/issues |
Unterstützte Sprachen | 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 } } |