F-Notifier
Displays your Facebook notifications unread count.
什麼是F-Notifier?
F-Notifier是由https://arnaudligny.fr開發的Chrome擴展程式,該擴展的主要功能是“Displays your Facebook notifications unread count.”。
擴展截圖
下載F-Notifier擴展crx文件
下載F-Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
F-Notifier is a browser extension that displays your Facebook notifications unread count. 擴展基本資訊
| 名稱 | |
| ID | befpdcighpikpkklmfonkmdafmfnnkfn |
| 官方網址 | https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn |
| 簡介 | Displays your Facebook notifications unread count. |
| 檔案大小 | 28.83 KB |
| 安裝次數 | 342 |
| 目前版本 | 2.8.4 |
| 更新時間 | 2023-12-22 |
| 上架時間 | 2020-04-29 |
| 評分 | 2.55/5 共 11 次評分 |
| 開發者 | https://arnaudligny.fr |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://dev.ligny.org/F-Notifier/ |
| 說明頁面URL | https://github.com/ArnaudLigny/F-Notifier/issues |
| 支援的語言 | 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
}
} | |