Notifier for Facebook™

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

Notifier for Facebook™คืออะไร?

Notifier for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://extpose.com และคุณลักษณะหลักของมันคือ "Shows number of unread messages on Facebook Messenger, friend requests, notifications."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifier for Facebook™

ดาวน์โหลดไฟล์ส่วนขยาย Notifier for Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}