WAPlus - Notifier for WhatsApp Web

Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply.

WAPlus - Notifier for WhatsApp Webคืออะไร?

WAPlus - Notifier for WhatsApp Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luteyguillory8j3 และคุณลักษณะหลักของมันคือ "Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAPlus - Notifier for WhatsApp Web

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

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

                        WAPlus Notifier extension provides some features for WhatsApp that can help you get WhatsApp message notifications.

Feature
1. Get WhatsApp notifications directly on Google Chrome without opening WhatsApp Web!
2. Provide a popup page so that you can get WhatsApp Message Number that be classified on the basis of unread, awaiting reply, needs reply, and auto replied.
3. Better than the Notifier for WhatsApp Web, we have repaired all of the bug's

WAPlus Notifier is an unofficial enhancement for WhatsApp notifications.

Just open a New Tab and start chatting! 

Let WAPlus Notifier become your most powerful assistant for WhatsApp message notification.


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

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

ชื่อ WAPlus - Notifier for WhatsApp Web WAPlus - Notifier for WhatsApp Web
ID nimfcieopjadgonbkbkhhgjodmdbjfik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/waplus-notifier-for-whats/nimfcieopjadgonbkbkhhgjodmdbjfik
คำอธิบาย Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply.
ขนาดไฟล์ 718 KB
จำนวนการติดตั้ง 3,484
เวอร์ชันปัจจุบัน 1.0.13
อัปเดตครั้งล่าสุด 2023-02-06
วันที่เผยแพร่ 2022-03-12
คะแนน 4.97/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา luteyguillory8j3
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1JXXrAYfMfOkaB_NsLneMQehvoOuXM13cUjADrBPFtrk/edit
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply.",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/",
        "http:\/\/web.whatsapp.com\/"
    ],
    "icons": {
        "16": "icons\/128.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/128.png",
            "48": "icons\/128.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js",
                "redirect-link.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.13"
}