F-Notifier
Displays your Facebook notifications unread count.
Qu'est-ce que F-Notifier ?
F-Notifier est une extension Chrome développée par https://arnaudligny.fr, et sa fonction principale est "Displays your Facebook notifications unread count.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension F-Notifier
Téléchargez les fichiers d'extension F-Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
F-Notifier is a browser extension that displays your Facebook notifications unread count. Informations de Base sur l'Extension
| Nom | |
| ID | befpdcighpikpkklmfonkmdafmfnnkfn |
| URL Officiel | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
| Description | Displays your Facebook notifications unread count. |
| Taille du Fichier | 28.83 KB |
| Nombre d'Installations | 342 |
| Version Actuelle | 2.8.4 |
| Dernière Mise à Jour | 2023-12-22 |
| Date de Publication | 2020-04-29 |
| Évaluation | 2.55/5 Total 11 Évaluations |
| Développeur | https://arnaudligny.fr |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://dev.ligny.org/F-Notifier/ |
| URL de la Page d'Aide | https://github.com/ArnaudLigny/F-Notifier/issues |
| Langues Prises en Charge | 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
}
} | |