F-Notifier
Displays your Facebook notifications unread count.
Wat is F-Notifier?
F-Notifier is een Chrome-extensie ontwikkeld door https://arnaudligny.fr, en de belangrijkste functie is "Displays your Facebook notifications unread count.".
Extensie Screenshots
Download het CRX-bestand van de extensie F-Notifier
Download F-Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
F-Notifier is a browser extension that displays your Facebook notifications unread count. Basisinformatie over de Extensie
| Naam | |
| ID | befpdcighpikpkklmfonkmdafmfnnkfn |
| Officiële URL | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
| Beschrijving | Displays your Facebook notifications unread count. |
| Bestandsgrootte | 28.83 KB |
| Aantal Installaties | 342 |
| Huidige Versie | 2.8.4 |
| Laatst Bijgewerkt | 2023-12-22 |
| Publicatiedatum | 2020-04-29 |
| Beoordeling | 2.55/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://arnaudligny.fr |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://dev.ligny.org/F-Notifier/ |
| Help Pagina-URL | https://github.com/ArnaudLigny/F-Notifier/issues |
| Ondersteunde Talen | 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
}
} | |