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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aironlabs.com, και η κύρια λειτουργία του είναι "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης WhatWeb Plus

Λήψη αρχείων επέκτασης WhatWeb Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        }
    ]
}