WA Web Plus by Elbruz Technologies
Add more tools and options for WhatsApp Web for more privacy and reliability.
什么是WA Web Plus by Elbruz Technologies?
WA Web Plus by Elbruz Technologies是由https://wawplus.com开发的Chrome扩展程序,该扩展的主要功能是“Add more tools and options for WhatsApp Web for more privacy and reliability.”。
扩展截图
下载WA Web Plus by Elbruz Technologies扩展crx文件
下载WA Web Plus by Elbruz Technologies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disclaimer: This extension is not affiliated with, associated with, endorsed by, or sponsored by WhatsApp or its parent company. WhatsApp is a registered trademark of WhatsApp LLC. 扩展基本信息
| 名称 | |
| ID | ekcgkejcjdcmonfpmnljobemcbpnkamh |
| 官方URL | https://chromewebstore.google.com/detail/wa-web-plus-by-elbruz-tec/ekcgkejcjdcmonfpmnljobemcbpnkamh |
| 简介 | Add more tools and options for WhatsApp Web for more privacy and reliability. |
| 文件大小 | 934 KB |
| 安装次数 | 2,355,552 |
| 当前版本 | 4.8.8.5 |
| 更新时间 | 2024-02-11 |
| 上架时间 | 2020-07-01 |
| 评分 | 4.59/5 共30139次评分 |
| 开发者 | https://wawplus.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://wawplus.com |
| 帮助页面URL | https://wawplus.com/category/manual |
| 隐私政策页面URL | https://wawplus.com/en/privacy-and-terms |
| 支持的语言 | en,fr,tr,es,pt-BR,ru,ar |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhamYCMgCC55uGcUpvTVrDoCI2Ad+OgmJv7xSKx4bLmMD2swJZVPM\/en0z733oH3B5b2GCcr2R3qRQky1T0k6Qdb+M7tFtvhZamuFwlmkIAAlhca2toeWFqm6bGy5ucxuIenOtjKl\/smFhJkDMCLEh9VXbzl6SijaCiXuhB6gc5uoJhdu31Pxo6rZnqAJBhY64WaLnVfYJfe3JPR+IdtnKXUvNk9GexlwOU+iAUPFowER6j1tUz9EoL+nBfNvWEzsQmXT5pME65Bx32fIUtu4pbgEBTJDLr+vb0VYS8F824dIrMVCEL9t3yKuJjHzQjDk2DBxaU83EZitMrq8gicRQIDAQAB",
"name": "WA Web Plus by Elbruz Technologies",
"version": "4.8.8.5",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/wawplus.com",
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "\/worker.js"
},
"action": {
"default_icon": "images\/icon-128.png",
"default_title": "WA Web Plus by Elbruz Technologies"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"identity",
"identity.email"
],
"host_permissions": [
"*:\/\/web.whatsapp.com\/*",
"*:\/\/wawplus.com\/*",
"*:\/\/*.web.app\/*",
"*:\/\/*.firebaseio.com\/*",
"*:\/\/*.firebaseapp.com\/*",
"*:\/\/*.cloudfunctions.net\/*",
"*:\/\/*.zapier.com\/*",
"*:\/\/*.pabbly.com\/*",
"*:\/\/*.integrately.com\/*",
"*:\/\/*.integromat.com\/*",
"*:\/\/apiway.ai\/*",
"*:\/\/*.konnectzit.com\/*",
"*:\/\/*.knzt.it\/*",
"*:\/\/api.antsandapps.com\/*",
"*:\/\/res.cloudinary.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/wawplus.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"\/*"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"extension_ids": [
"ekcgkejcjdcmonfpmnljobemcbpnkamh"
]
}
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"\/bundle.js"
]
}
]
} | |