F-Notifier

Displays your Facebook notifications unread count.

F-Notifier là gì?

F-Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://arnaudligny.fr, và tính năng chính của nó là "Displays your Facebook notifications unread count.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng F-Notifier

Tải xuống các tệp mở rộng F-Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        F-Notifier is a browser extension that displays your Facebook notifications unread count.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên F-Notifier F-Notifier
ID befpdcighpikpkklmfonkmdafmfnnkfn
URL Chính Thức https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn
Mô tả Displays your Facebook notifications unread count.
Kích Thước Tệp 28.83 KB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 2.8.4
Cập Nhật Lần Cuối 2023-12-22
Ngày Phát Hành 2020-04-29
Đánh Giá 2.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://arnaudligny.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dev.ligny.org/F-Notifier/
URL Trang Trợ Giúp https://github.com/ArnaudLigny/F-Notifier/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}