Web Messenger 2.0
WhatsApp Messenger in a standalone sandboxed window in your browser.
什麼是Web Messenger 2.0?
Web Messenger 2.0是由YT開發的Chrome擴展程式,該擴展的主要功能是“WhatsApp Messenger in a standalone sandboxed window in your browser.”。
擴展截圖
下載Web Messenger 2.0擴展crx文件
下載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. 📑 擴展基本資訊
| 名稱 | |
| ID | iafbabeofaionihnjokdmogbdelfdbkm |
| 官方網址 | 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"
}
} | |