Notifier for Facebook™

Shows number of unread messages on Facebook Messenger, friend requests, notifications.

Notifier for Facebook™란 무엇입니까?

Notifier for Facebook™은(는) http://extpose.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows number of unread messages on Facebook Messenger, friend requests, notifications."입니다.

확장 프로그램 스크린샷

screenshot

Notifier for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Don't miss new messages, friend requests and notifications from Facebook and Facebook Messenger while browsing the web.

✓ Unread messages in Facebook Messenger 📧
✓ Facebook Friend requests 👨
✓ Notifications 🔔
✓ Shows number of unread notifications in tooltip ①②

Note:
- You should be logged in on Facebook to make the extension work properly.
- The extension doesn't store and transfer your data from Facebook. Permission for facebook.com is required to show unseen notifications


Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to Facebook™ or Facebook Inc.                    

확장 프로그램 기본 정보

이름 Notifier for Facebook™ Notifier for Facebook™
ID ocgmcodaanlenepilchadlnabakhgaoi
공식 URL https://chrome.google.com/webstore/detail/notifier-for-facebook/ocgmcodaanlenepilchadlnabakhgaoi
설명 Shows number of unread messages on Facebook Messenger, friend requests, notifications.
파일 크기 13.9 KB
설치 횟수 1,384
현재 버전 1.1.0
최근 업데이트 2021-12-12
출시 날짜 2020-08-28
평점 3.67/5 총 15 개의 평점
개발자 http://extpose.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub
지원되는 언어 en,en-GB,en-US,tr,es,es-419,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.0",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "permissions": [
        "https:\/\/*.facebook.com\/",
        "alarms"
    ],
    "minimum_chrome_version": "22",
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": "(no data)"
    },
    "background": {
        "scripts": [
            "background-update.js"
        ],
        "persistent": false
    }
}