F-Notifier
Displays your Facebook notifications unread count.
Apa itu F-Notifier?
F-Notifier adalah ekstensi Chrome yang dikembangkan oleh https://arnaudligny.fr, dan fitur utamanya adalah "Displays your Facebook notifications unread count.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi F-Notifier
Unduh file ekstensi F-Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
F-Notifier is a browser extension that displays your Facebook notifications unread count. Informasi Dasar Ekstensi
| Nama | |
| ID | befpdcighpikpkklmfonkmdafmfnnkfn |
| URL Resmi | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
| Deskripsi | Displays your Facebook notifications unread count. |
| Ukuran File | 28.83 KB |
| Jumlah Instalasi | 342 |
| Versi Saat Ini | 2.8.4 |
| Terakhir Diperbarui | 2023-12-22 |
| Tanggal Publikasi | 2020-04-29 |
| Penilaian | 2.55/5 Total 11 Penilaian |
| Pengembang | https://arnaudligny.fr |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://dev.ligny.org/F-Notifier/ |
| URL Halaman Bantuan | https://github.com/ArnaudLigny/F-Notifier/issues |
| Bahasa yang Didukung | 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
}
} | |