F-Notifier

Displays your Facebook notifications unread count.

F-Notifier란 무엇입니까?

F-Notifier은(는) https://arnaudligny.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays your Facebook notifications unread count."입니다.

확장 프로그램 스크린샷

screenshot

F-Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 F-Notifier 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
    }
}