Messenger Notifier

Conveniently get messenger's notifications, Provide an easy access to messenger.com

Messenger Notifierคืออะไร?

Messenger Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luteyguillory8j3 และคุณลักษณะหลักของมันคือ "Conveniently get messenger's notifications, Provide an easy access to messenger.com"

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

screenshot

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

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

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

                        Facebook Messenger Notifier is an easy way to check "messenger.com" from your desktop machine. Clicking on the toolbar icon, renders messenger.com in a small UI attached to the toolbar popup. Moreover, you will get badge notification for all incoming messages of messenger chat or messenger post.

Feature
1. Notifies you every time something happens on messenger.com within the people you follow via badge-icon text.
2. Features all messenger.com functions in a customizable UI (see Options page).
3. Better than the Messenger & Notifier for Facebook, we have fixed the bug of badge notification

Facebook Messenger Notifier is an unofficial enhancement for Facebook Messenger notification.

Note 1: after installing the extension and before opening the UI (toolbar popup) please log-in to www.messenger.com via a Browser Tab. For some reason, the log-in page does NOT work from toolbar-popup UI.

Let Facebook Messenger Notifier become your most powerful assistant for messenger notifications.

Messenger is a trademark of Messenger Inc., registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to Messenger or Messenger Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Messenger Notifier Messenger Notifier
ID gnanlfpgbbiojiiljkemdcampafecbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/messenger-notifier/gnanlfpgbbiojiiljkemdcampafecbmk
คำอธิบาย Conveniently get messenger's notifications, Provide an easy access to messenger.com
ขนาดไฟล์ 73.9 KB
จำนวนการติดตั้ง 1,787
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2022-03-22
คะแนน 4.83/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา luteyguillory8j3
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1JXXrAYfMfOkaB_NsLneMQehvoOuXM13cUjADrBPFtrk/edit
ภาษาที่รองรับ en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.8",
    "name": "__MSG_name__",
    "description": "Conveniently get messenger's notifications, Provide an easy access to messenger.com",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/www.messenger.com\/",
        "*:\/\/*.messenger.com\/*",
        "https:\/\/www.facebook.com\/"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ]
}