Hide Online for Whatsapp Web

Hide Your Online Status on WhatsApp Web

Qu'est-ce que Hide Online for Whatsapp Web ?

Hide Online for Whatsapp Web est une extension Chrome développée par Odin, et sa fonction principale est "Hide Your Online Status on WhatsApp Web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hide Online for Whatsapp Web

Téléchargez les fichiers d'extension Hide Online for Whatsapp Web 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

                        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.                    

Informations de Base sur l'Extension

Nom Hide Online for Whatsapp Web Hide Online for Whatsapp Web
ID jcneeahkklelmgmdhakianajbmolceai
URL Officiel https://chromewebstore.google.com/detail/hide-online-for-whatsapp/jcneeahkklelmgmdhakianajbmolceai
Description Hide Your Online Status on WhatsApp Web
Taille du Fichier 38.09 KB
Nombre d'Installations 1,079
Version Actuelle 1.0
Dernière Mise à Jour 2021-08-01
Date de Publication 2021-08-01
Évaluation 3.67/5 Total 3 Évaluations
Développeur Odin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}