WhatsApp™ Web
Send and receive WhatsApp messages on your computer.
什麼是WhatsApp™ Web?
WhatsApp™ Web是由http://wapptab.com開發的Chrome擴展程式,該擴展的主要功能是“Send and receive WhatsApp messages on your computer.”。
擴展截圖
下載WhatsApp™ Web擴展crx文件
下載WhatsApp™ Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WhatsApp™ Web Shortcut to WhatsApp Web. Simply click the icon and start chatting with WhatsApp Web on your Desktop, PC or Laptop! Or right-mouse-click to open WhatsApp Web in the options menu. This web extension is not related in any way to WhatsApp Web LLC.
擴展基本資訊
名稱 | |
ID | dklfljljlclneheddjgogchhcpibpekf |
官方網址 | https://chrome.google.com/webstore/detail/whatsapp-web/dklfljljlclneheddjgogchhcpibpekf |
簡介 | Send and receive WhatsApp messages on your computer. |
檔案大小 | 25.96 KB |
安裝次數 | 5,000 |
目前版本 | 1.2 |
更新時間 | 2021-10-22 |
上架時間 | 2021-02-25 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://wapptab.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://wapptab.com |
支援的語言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bgr-page.js" ] }, "browser_action": { "default_icon": "i24px.png", "default_title": "WhatsApp\u2122 Web" }, "description": "Send and receive WhatsApp messages on your computer.", "icons": { "128": "i128px.png", "16": "i24px.png", "48": "i48px.png" }, "incognito": "spanning", "manifest_version": 2, "name": "WhatsApp\u2122 Web", "offline_enabled": true, "options_page": "options-page.html", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |