Web Messenger 2.0

WhatsApp Messenger in a standalone sandboxed window in your browser.

Web Messenger 2.0คืออะไร?

Web Messenger 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YT และคุณลักษณะหลักของมันคือ "WhatsApp Messenger in a standalone sandboxed window in your browser."

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

screenshot

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

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Click on the extension and your Whatsapp will open in a new window. 💬

✨ Features ✨

1. Unread count badge notifications 🔕 on your browser windows.
2. Controls and customize notifications. 🔕
3. Makes access to the official web service simpler.

This extension brings the official WhatsApp web service as a standalone sandboxed window. ​​📑                    

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

ชื่อ Web Messenger 2.0 Web Messenger 2.0
ID iafbabeofaionihnjokdmogbdelfdbkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-messenger-20/iafbabeofaionihnjokdmogbdelfdbkm
คำอธิบาย WhatsApp Messenger in a standalone sandboxed window in your browser.
ขนาดไฟล์ 57.11 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-12-30
วันที่เผยแพร่ 2022-12-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา YT
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.1",
    "name": "Web Messenger 2.0",
    "description": "WhatsApp Messenger in a standalone sandboxed window in your browser.",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "storage"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/inject.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/window\/home.svg",
                "data\/window\/reload.svg",
                "data\/window\/settings.svg",
                "data\/dom.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}