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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WA Web Plus by Elbruz Technologies 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WA Web Plus by Elbruz Technologies WA Web Plus by Elbruz Technologies
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"
            ]
        }
    ]
}