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 |
| 公式URL | 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 |
| Eメール | [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
}
} | |