WhatWeb Plus

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

Qu'est-ce que WhatWeb Plus ?

WhatWeb Plus est une extension Chrome développée par https://aironlabs.com, et sa fonction principale est "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatWeb Plus

Téléchargez les fichiers d'extension WhatWeb Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WhatWeb Plus WhatWeb Plus
ID kgflicojnojlmdocnkhnhkpbkadmpglh
URL Officiel https://chromewebstore.google.com/detail/whatweb-plus/kgflicojnojlmdocnkhnhkpbkadmpglh
Description WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password
Taille du Fichier 279 KB
Nombre d'Installations 8,420
Version Actuelle 1.1.8
Dernière Mise à Jour 2021-07-21
Date de Publication 2020-04-29
Évaluation 4.14/5 Total 51 Évaluations
Développeur https://aironlabs.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.aironlabs.com/whatwebplus/privacy_policy.html
Langues Prises en Charge 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"
        }
    ]
}