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 |
官方URL | 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" } |