WhatWeb Plus
WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password
Cos'è WhatWeb Plus?
WhatWeb Plus è un'estensione di Chrome sviluppata da https://aironlabs.com, e la sua funzione principale è "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatWeb Plus
Scarica i file di estensione WhatWeb Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WhatWeb Plus |
ID | kgflicojnojlmdocnkhnhkpbkadmpglh |
URL Ufficiale | https://chromewebstore.google.com/detail/whatweb-plus/kgflicojnojlmdocnkhnhkpbkadmpglh |
Descrizione | WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password |
Dimensione del File | 279 KB |
Conteggio Installazioni | 8,420 |
Versione Corrente | 1.1.8 |
Ultimo Aggiornamento | 2021-07-21 |
Data di Pubblicazione | 2020-04-29 |
Valutazione | 4.14/5 Totale 51 Valutazioni |
Sviluppatore | https://aironlabs.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.aironlabs.com/whatwebplus/privacy_policy.html |
Lingue Supportate | 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" } ] } |