Hide Online for Whatsapp Web

Hide Your Online Status on WhatsApp Web

Cos'è Hide Online for Whatsapp Web?

Hide Online for Whatsapp Web è un'estensione di Chrome sviluppata da Odin, e la sua funzione principale è "Hide Your Online Status on WhatsApp Web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Online for Whatsapp Web

Scarica i file di estensione Hide Online for Whatsapp Web 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

                        With this extension, you can protect your privacy by hiding your online status on Whatsapp Web. At the same time, by disabling read notifications, the other party cannot see your read notifications while you see the other party's read notifications.                    

Informazioni di Base sull'Estensione

Nome Hide Online for Whatsapp Web Hide Online for Whatsapp Web
ID jcneeahkklelmgmdhakianajbmolceai
URL Ufficiale https://chromewebstore.google.com/detail/hide-online-for-whatsapp/jcneeahkklelmgmdhakianajbmolceai
Descrizione Hide Your Online Status on WhatsApp Web
Dimensione del File 38.09 KB
Conteggio Installazioni 1,079
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-01
Data di Pubblicazione 2021-08-01
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Odin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Online for Whatsapp Web",
    "description": "Hide Your Online Status on WhatsApp Web",
    "version": "1.0",
    "icons": {
        "16": "icon-32.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "ws_commons.js",
                "main_wphideonline.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-48.png",
        "default_title": "Hide Online for Whatsapp Web",
        "default_popup": "options.html"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "declarativeContent",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}