F-Notifier
Displays your Facebook notifications unread count.
Что такое F-Notifier?
F-Notifier - это расширение Chrome, разработанное https://arnaudligny.fr, и его основная функция - "Displays your Facebook notifications unread count.".
Снимки экрана расширения
Скачать файл CRX расширения F-Notifier
Скачайте файлы расширений F-Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
F-Notifier is a browser extension that displays your Facebook notifications unread count.
Основная информация о расширении
Название | F-Notifier |
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 } } |