F-Notifier
Displays your Facebook notifications unread count.
Hvad er F-Notifier?
F-Notifier er en Chrome-udvidelse udviklet af https://arnaudligny.fr, og dens hovedfunktion er "Displays your Facebook notifications unread count.".
Udvidelsesskærmbilleder
Download F-Notifier-udvidelses-CRX-fil
Download F-Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
F-Notifier is a browser extension that displays your Facebook notifications unread count. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | befpdcighpikpkklmfonkmdafmfnnkfn |
| Officiel URL | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
| Beskrivelse | Displays your Facebook notifications unread count. |
| Filstørrelse | 28.83 KB |
| Antal Installationer | 342 |
| Nuværende Version | 2.8.4 |
| Senest Opdateret | 2023-12-22 |
| Udgivelsesdato | 2020-04-29 |
| Bedømmelse | 2.55/5 Samlet 11 Bedømmelser |
| Udvikler | https://arnaudligny.fr |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://dev.ligny.org/F-Notifier/ |
| Hjælpeside-URL | https://github.com/ArnaudLigny/F-Notifier/issues |
| Understøttede Sprog | 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
}
} | |