WhatWeb Plus

WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password

WhatWeb Plus란 무엇입니까?

WhatWeb Plus은(는) https://aironlabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password"입니다.

확장 프로그램 스크린샷

screenshot

WhatWeb Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WhatWeb Plus is an unofficial tool for WhatsApp Web.

Download the Android app, WhatWeb Plus, from the Play Store,
https://play.google.com/store/apps/details?id=com.aironlabs.whatwebplus
, then go to https://web.whatsapp.com and start receiving online / offline notifications from PC to your smartphone.

It is easy to setup and free to use for up to two numbers.

Try it now!

WhatsApp and their logos are trademarks of WhatsApp © 2019. All rights reserved. WhatWeb Plus is not affiliated with WhatsApp. The copyright for WhatsApp and all associated names is held by WhatsApp. WhatWeb Plus is an unofficial tool.                    

확장 프로그램 기본 정보

이름 WhatWeb Plus WhatWeb Plus
ID kgflicojnojlmdocnkhnhkpbkadmpglh
공식 URL https://chromewebstore.google.com/detail/whatweb-plus/kgflicojnojlmdocnkhnhkpbkadmpglh
설명 WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password
파일 크기 279 KB
설치 횟수 8,420
현재 버전 1.1.8
최근 업데이트 2021-07-21
출시 날짜 2020-04-29
평점 4.14/5 총 51 개의 평점
개발자 https://aironlabs.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.aironlabs.com/whatwebplus/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatWeb Plus",
    "version": "1.1.8",
    "description": "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password",
    "web_accessible_resources": [
        "*.js",
        "*.css",
        "*.html",
        "*.png"
    ],
    "permissions": [
        "notifications",
        "*:\/\/*.whatsapp.com\/*"
    ],
    "content_security_policy": "script-src object-src 'self' https:\/\/apis.google.com\/",
    "icons": {
        "48": "sample-48.png",
        "128": "sample-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "pagestyle.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "firebase-app.js",
                "firebase-auth.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}