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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhatWeb Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}