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 |
| 电子邮箱 | [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
}
} | |